HTML Introduction
HTML Basic Syntax
HTML Block Element
HTML Formatting
HTML Quotation
HTML Links
HTML List
HTML Table
HTML Audio
HTML Video
HTML Image
HTML Iframe
HTML Favicon
HTML Form
HTML Input Types
HTML Marquee
HTML Meta tag
Learn CSS
Learn Javascript
Learn Django
Suppose we have a paragraph. In the paragraph, we want to show some text differently. In this case, formatting tags are used. So we can say that to show or display a text differently we use formatting tags. We put that text(which we want to show differently) inside the formatting tag.
1. <mark> -> Used to mark text.
2. <small> -> Used to make the text smaller.
3. <del> -> Used to delete text.
4. <b> -> Used to make the text bold.
5. <sub> -> Used to subscript text.
6. <sup> -> Used to superscript text.
7. <strong> -> Used to make the text strong.
8. <i> -> Used to make the text italic text.
9. <em> -> Used to text emphasize the text.
10. <ins> -> Used to inserted text.
11. <br>->To give line break this tag is used.
14. <select>:
Example: