- Bold :for boldness of line use <b>tag with end tag </b>
 - Italic: for Italic of line use <i>
 - Underlined : for underline use <u>
 - superscript : for superscript use <sup>
 - subscript : and for subscript use <sub>
 
HTML Hyperlinks (Links)
We often see in websites a large amount of link. Link is a door to enter in other website or page. and the tag of link is <a>for example this is a link
If you want to link with facebook.com in any text write like this <a href="http://facebook.com" target="blank"> Click here to enter facebook </a>
No comments:
Post a Comment