You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CheatSheets/html-cheatsheet.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
|`<sup> … </sup>`| Similar to the above tag, but for superscripting. |
52
52
|`<small> … </small>`| Reduces text size. In HTML5, it often refers to redundant or invalid information. |
53
53
|`<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. |
0 commit comments