Getting Started..: - Creating HTML Document
Getting Started..: - Creating HTML Document
</BODY>
</HTML>
Let’s try
1.3 Heading & Paragraphs
• Heading
– Text with bigger fonts
– Six stage: <H1> <H6>
• Alignment
– How contents to be displayed on the screen.
– <H1 ALIGN= “Center”> Curriculum Vitae </H1>
• Paragraphs
– <P> To start with new paragraph
– <BR> To create an empty line
Generate list
TWO types of tags that you can use to generate lists:
• Ordered list; and
• Unordered list.
<LI> To create a list
•Ordered list <OL>
•Unordered list <UL>
Modifying Text
• Each font in a text can be modified to
a particular format according to your
needs.