HTML formatting tags
Here are some common HTML formatting tags in short form:
1. **`<b>`**: **Bold** text.
2. **`<i>`**: *Italic* text.
3. **`<u>`**: Underlined text.
4. **`<strong>`**: Strong emphasis (usually bold).
5. **`<em>`**: Emphasized text (usually italic).
6. **`<mark>`**: Highlighted text.
7. **`<small>`**: Smaller text.
8. **`<sup>`**: Superscript text.
9. **`<sub>`**: Subscript text.
10. **`<del>`**: Strikethrough text.
11. **`<ins>`**: Inserted (underlined) text.
12. **`<code>`**: Inline code snippet.
13. **`<pre>`**: Preformatted text (preserves whitespace and line breaks).
14. **`<blockquote>`**: Blockquote (for quoting a section of text).
15. **`<abbr>`**: Abbreviation (with optional title attribute for full term).
These tags are used to format and emphasize text content in HTML documents.
.png)
0 Comments