You are on page 1of 23

Fairfield Institute Of management and

Technology Computer
Application -II
Lab File (214)

(2015-16)
Submitted To Submitted By
Mrs. Neha Kashyap Sandeep Kumar
(Asst. Prof. IT) (45790101715)
BBA (G)
Section - C
INDEX
S. NO. Contents Sign

1 What is HTML.
2 Write the 20 uses of HTML.
3 Create a web page using all Html Heads.
4 Create a web page Showing all Formatting
tags like font, colour etc.
5 Create a web page inserting image with
marquee tag .
6 Create a web page in HTML showing Order
List.
7 Create a web page in HTML showing Unorder
List.
8 Create a web page in HTML showing
Definition List.
9 Write a code in HTML to create hyper link of 4
pages with Anchor tag.
10 Create a code in HTML with Image map & use
Rectangle, Circle & Polygonal Coords.
11 Write a code in HTML to Create a Table with
heading, students recording.
12 Write code in HTML for creating an interactive
Form by using Text base, Radio, Check Box,
Option, etc.
13 Create a Home page in HTML to Insert nested
frames.
14 Create a webpage to access internal URL.
15 Write a programme in CSS to justify external
style sheet .
16 Write a programme in CSS to justify Internal
style sheet.
17 Write a programme in CSS to justify Inline
style sheet.
Q1. What is HTML?
HTML Stand For Hyper Markup Language. This Is Not A
Programming Language Like Java, Perl, C Or BASIC. It Is A Way
Of Describing How To A Set A Text And Image Should Be
Displayed To The Way Of Describing How A Set Of Text And
Image Should Be Displayed To The Viewer, Similar On Concept
To A Newspaper Editor's Markup Symbols.
The Document Prepared Through This Language Is A Special
Kind Text Document That Is Used By Web Browser To Present
Text And Graphics. The Text Includes Markup Tags Such As
<P> To Indicate The Start Of A Paragraph, And </P> To
Indicate The End Of A Paragraph.
Q2. Write the Uses of 20 HTML tags?

Start Tag End Tag Uses


<B> </B> This is for Bold the text
<Strong> </Strong> Strong is similar to bold but may depends on
the browser.
<I> </I> This is for italic text .
<Cite> </Cite> Cite is similar to italic.
<Em> </Em> So it emphasis but may depends on browser.
<center> </center> Centre the text.
<P align=right> </P> Right alight paragraph .
<Blockquote> </Blockquote> Use blockquote to indent a section of the of
text from both sides great for quoted section in
a paper .
<H3> </H3> Use H1, H2, H3, etc for heading.
<Font size=+2> </Font> Increases font size by the amount of the
number .
<Font size=6> </Font> Changes font size to a specific size.
<Font </Font> You can change the font color within the Text.
Color="#0000FF>
<TT> </TT> This change to typewriter style text.
<Pre> </Pre> Within the pre-formatted tag, text and
number,etc.
<Dl> </Dl> These list are great for making glossaries.
<Ol> </Ol> An order list ranks the items listed by showing.
<Li> </Li> These are used to Insert items in lists.
<Dt> </Dt> This is used to Define the term.
<A> </A> This is used to bring the others links to use.
<Br> --- This is used to break the paragraph.
Q3. Create a web page in HTML to uses all Heading
Tags?
Q4. Formatting tags like font, colour, etc?
Q5. Create a web page to Insert Image with Marquee
Tag.
Q6. Create a web page in HTML to show order list of
Five terms.
Q7. Create a web page in HTML to show Unorder list of
Five terms.
Q8. Create a web page to show definition list of Five
Terms.
Q9. Write a code in HTML to create Hyper link of four
other pages with anchor tag.
Q10. Create a web page in HTML with Image Map &
use Rectangle, Circle and Polygon Coordinates.
Q11. Write a code in HTML to create a table with
Heading, Student Records & Insert 5 related
information .
Q12. Write code in HTML for creating an Interactive
Form by Using :- "Text box, Radio, Check box, Option,
Submit, Reset Button etc.
Q13. Create a Homepage in HTML to Insert Nested
Frames.
Q14. Create a web page to access internal URL.
Q15. Write program in CSS to Justify External Style
Sheet.
Q16. Write program in CSS to Justify Internal Style
Sheet.
Q17. Write program in CSS to Justify Inline Style Sheet.

You might also like