|
| 1 | + |
| 2 | +--- |
| 3 | + |
| 4 | +## 🧩 Tags Used and Their Purpose |
| 5 | + |
| 6 | +| Tag | Description | |
| 7 | +|-------------|---------------------------------------------| |
| 8 | +| `<b>` | Bold text (non-semantic) | |
| 9 | +| `<strong>` | Important text (semantic bold) | |
| 10 | +| `<i>` | Italic text (non-semantic) | |
| 11 | +| `<em>` | Emphasized text (semantic italic) | |
| 12 | +| `<u>` | Underlined text | |
| 13 | +| `<s>` | Strikethrough text | |
| 14 | +| `<mark>` | Highlighted text | |
| 15 | +| `<small>` | Smaller text | |
| 16 | +| `<sub>` | Subscript (e.g., H<sub>2</sub>O) | |
| 17 | +| `<sup>` | Superscript (e.g., x<sup>2</sup>) | |
| 18 | +| `<del>` | Deleted text | |
| 19 | +| `<ins>` | Inserted text | |
| 20 | +| `<code>` | Inline code snippet | |
| 21 | +| `<pre>` | Preformatted text block | |
| 22 | +| `<q>` | Short quotation | |
| 23 | +| `<blockquote>` | Block quotation | |
| 24 | +| `<abbr>` | Abbreviation with tooltip | |
| 25 | +| `<time>` | Date/time metadata | |
| 26 | +| `<address>` | Address information | |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## 🚀 How to Use |
| 31 | + |
| 32 | +1. Open `index.html` in any web browser. |
| 33 | +2. Scroll through the page to view how each formatting tag appears. |
| 34 | +3. Hover over the `<abbr>` element to see the tooltip. |
| 35 | +4. Inspect the HTML source to learn how each tag is structured. |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +## 🧑💻 Author |
| 40 | + |
| 41 | +**Nilaj Chakraborty** |
| 42 | + |
| 43 | +--- |
| 44 | + |
| 45 | +## 📌 License |
| 46 | + |
| 47 | +This project is for educational purposes and is free to use. |
| 48 | + |
0 commit comments