• Heading
| Tags | Info |
|---|---|
<h1> |
Heading 1 |
<h2> |
Heading 2 |
<h3> |
Heading 3 |
<h4> |
Heading 4 |
<h5> |
Heading 5 |
<h6> |
Heading 6 |
• Containers
| Tags | Info |
|---|---|
<p> |
Paragraph |
<div> |
Division Container (block-level) |
<span> |
Span Container (inline) |
• Text Formatting
| Tags | Info |
|---|---|
<b> |
Bold Text |
<strong> |
Strong/Important Text |
<i> |
Italic Text |
<u> |
Underlined Text |
<em> |
Emphasized Text |
<small> |
Small Text |
<sub> |
TextSubscript Text |
<sup> |
TextSuperscript Text |
<ins> |
Inserted Text |
<del> |
|
<mark> |
Marked Text |
<pre> |
Preformatted Text |
<code> |
Code |
<q> |
Short Quatation |
<abbr> |
Abbreviation |
<bdo dir="rtl"> |
Bidirectional Override (Bidirectional Override) |
<kbd> |
Keyboard Input |
<samp> |
Program Output |
<var> |
Defines Variable |
<address> |
Address |
<cite> |
Work Title |
• Others
| Tags | Info |
|---|---|
<!-- comment --> |
Comments |
<hr> |
Horizontal Line
|
<br> |
Line Break |
• Semantic Elements
| Tags | Info |
|---|---|
<section> |
Section |
<main> |
Main Content |
<article> |
Article |
<aside> |
Side Content |
<header> |
Header |
<footer> |
Footer |
<nav> |
Navigation Links/Bar |
<figure> |
Figures |
<details> |
Details of Content |
<dialog> |
Dialog |
<summary> |
Summary |