What are the various formatting tags in HTML5?
Formatting tags are used in HTML 5 to display different styles of text. Here are the formatting tags in HTML 5:
- <b> - Used to bold text
- <strong> - Use to mark text as Important
- <i> - Used to write in Italics
- <em> - Used to emphasize text
- <mark> - Used to mark text
- <small> - Used to make the text small
- <del> - Used to Delete text
- <ins> - Used to Insert text
- <sub> - Used to make a subscript text.
- <sup> - Used to make a superscript text
BY Best Interview Question ON 12 Mar 2020