Update html5.html

Near <sub></sub>, an extra space was removed from the description part.
This commit is contained in:
Josh Young
2021-07-14 13:05:54 -03:00
committed by GitHub
parent 2fe2e8d2f9
commit a751a64a01

View File

@@ -46,7 +46,7 @@
<address></address> <!-- Used to display contact information --> <address></address> <!-- Used to display contact information -->
<code></code> <!-- Used to display inline code snippets --> <code></code> <!-- Used to display inline code snippets -->
<q></q> <!-- Defines a short inline quotation --> <q></q> <!-- Defines a short inline quotation -->
<sub></sub> <!-- Defines subscripted text --> <sub></sub> <!-- Defines subscripted text -->
<sup></sup> <!-- Defines superscripted text --> <sup></sup> <!-- Defines superscripted text -->
<kbd></kbd> <!-- Specifies text as keyboard input --> <kbd></kbd> <!-- Specifies text as keyboard input -->
<small></small> <!-- Specifies small text --> <small></small> <!-- Specifies small text -->