Tutorials - HTML

Your Title Here
 
Coolwebcountry - Your journy for web design starts here!
HTML Chapter-3.....Text Formatting Continued-Advanced Tags

Apart from basic formatting tags, there are some advanced formatting tags also. These tags will improve text formatting further and will make your text more appealing and attractive. These tags along with examples are given below.

  • DIV Tag: The tags for using DIV are <DIV></DIV>

  • Code: <DIV align="left">I am in left</DIV>
    Result:
    I am in left
    Code: <DIV align="right">I am in right</DIV>
    Result:
    I am in right
    Code: <DIV align="center">I am in center</DIV>
    Result:
    I am in center


  • Font Tag: The tags for using FONT are <FONT></FONT>

  • Code: <FONT face="Comic Sans MS">I am in a different font</FONT>
    Result: I am in a different font
    Code: <FONT face="Impact">I am in a different font</FONT>
    Result: I am in a different font
    Code: <FONT face="Arial Black">I am in a different font</FONT>
    Result: Yet another font change






Previous|Next