Skip to content

Commit bc29267

Browse files
Merge pull request #97 from CiroMeiraLins/main
Adding the <em> tag on the html-cheatsheet file
2 parents 4ab5ae9 + f05048e commit bc29267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CheatSheets/html-cheatsheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
| `<sup> … </sup>` | Similar to the above tag, but for superscripting. |
5252
| `<small> … </small>` | Reduces text size. In HTML5, it often refers to redundant or invalid information. |
5353
| `<strong> … </strong>` | This element indicates that its contents have strong importance or urgency. Browsers usualy render the contents in bold type. |
54+
| `<em> … </em>` | This tag is used to define emphasized text. The content inside is typically displayed in italic. |
5455

5556
**[🔼Back to Top](#table-of-contents)**
5657

0 commit comments

Comments
 (0)