# Text Formatting in HTML
HTML provides several elements for defining text with special meaning. Here are some common ones:
---
## **Bold and Italic Text**
- **Bold:** Use the `` or `` tag.
- **Italic:** Use the `` or `` tag.
---
## **Subscript and Superscript Text**
- **Subscript:** Use the `` tag.
- **Superscript:** Use the `` tag.
---
## **Other Formatting Tags**
- **Small Text:** Use the `` tag.
- **Marked Text:** Use the `` tag.
- **Deleted Text:** Use the `` tag.
- **Inserted Text:** Use the `` tag.
- **Underlined Text:** Use the `` tag.
- **Strikethrough Text:** Use the `` tag.
- **Keyboard Input:** Use the `` tag.
- **Code Snippet:** Use the `` tag.
- **Sample Output:** Use the `` tag.
- **Variable:** Use the `` tag.
- **Preformatted Text:** Use the `
` tag.
- **Abbreviations:** Use the `` tag.
- **Citations:** Use the `` tag.
- **Quotations:**
- **Inline Quote:** Use the `` tag.
- **Block Quote:** Use the `