Do not forget to buy milk today.
Do not forget to buy <mark>milk</mark> today.
progress:
60% progress: 25%
progress: 60%
progress: 25%
color:
color: <input list="colors" name="colors">
<datalist id="colors">
<option value="red">
<option value="green">
<option value="blue">
</datalist>
Click here for more details
More details it is!
<details>
<summary>Click here for more details</summary>
<p>More details it is!</p>
</details>
color | fruit #1 | fruit #2 |
---|---|---|
yellow | bananna | lemmon |
green | apple | avocado |
<table>
<colgroup>
<col style="background: #999" />
<col />
<col style="background: #900" />
</colgroup>
<tr><th>color</th><th>fruit #1</th><th>fruit #2</th></tr>
<tr><td>yellow</td><td>bananna</td><td>lemmon</td></tr>
<tr><td>green</td><td>apple</td><td>avocado</td></tr>
</table>
HTML purpose is to give meaning for content.
Or for short: semantics.
Not style
<b>
and <i>
?
<strong>
and <em>
!
<strong>
represents a span of text with strong importance
<em>
represents a span of text with emphatic stress