Tutorials - HTML
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.
Code:
<DIV align="left">I am in left</DIV>
Result:
Code:
<DIV align="right">I am in right</DIV>
Result:
Code:
<DIV align="center">I am in center</DIV>
Result:
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