<BR> Tag
Tag Type : Empty Tag     <BR>
Attributes : None
     This tag is used for line breaking.
Code : I am a <br> girl
Output : I am a
             girl


<I> Tag
Tag Type : Container Tag     <I></I>
Attributes : None
     The content enclosed will be displayed in italic.
Code : <I>I am a girl</I>
Output : I am a girl

<B> Tag
Tag Type : Container Tag     <B></B>
Attributes : None
     The content enclosed will be displayed in bold
Code : <B>I am a girl</B>
Output : I am a girl

Previous Page   Next Page