1.

What are the various formatting tags in HTML?

Answer»

 HTML has various formatting tags:

  • <b> - MAKES TEXT bold
  • <i> - makes text italic
  • <em> - makes text italic but with ADDED semantics IMPORTANCE
  • <big> - increases the font size of the text by one unit
  • <small> - decreases the font size of the text by one unit
  • <sub> - makes the text a subscript
  • <sup> - makes the text a superscript
  • <del> - displays as strike out text
  • <strong> - marks the text as important
  • <mark> - HIGHLIGHTS the text
  • <ins> - displays as added text


Discussion

No Comment Found