Question - Please explain the various formatting tags in HTML5.
Answer -
HTML5 has a total of 12 formatting tags:
- - Used for making the text bold.
- - Used for increasing the font size of the text by one unit.
- Used to display the deleted text.- - Used for making the text italic with added semantics importance.
- - Used to make the text italic.
- - Used for displaying the added text.
- - Used for highlighting the text.
- - Used to decrease the font size of the text by one unit.
- - Used for telling the browser that the text is important.
- - Used for making the text a subscript.
- - Used to make the text a superscript.
- - Used for underlining the text.