Some Basic HTML Tags

Some Basic HTML Tags


TagExplanationAttributeOptions
<H1>, <H2>, <H3> ... <H6>Heading Tags

<P>Start a new paragraph  
<BR>Single line break  
<B>Bold text  
<I>Italics  
<OL>Ordered ListTYPEA (Capitals)
a (Lowercase)
I (Capital Roman Numerals)
i (Lowercase Roman Numerals)
1 (Numbers)
<UL>Unordered ListTYPECircle, Disc, Square
<LI>An item for your list  

Comments