Wednesday, February 20, 2013

HTML Text Formatting by Saiful Islam

  1. Bold :for boldness of line use <b>tag with end tag </b>
  2. Italic: for Italic of line use <i>
  3. Underlined : for underline  use <u>
  4. superscript : for superscript use <sup>
  5. 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