update html5.html
Added an ins tag that is good for writing the content that has been inserted into the document. Browser will automatically underline this textpull/26/head^2
parent
6f67bf688e
commit
463d563edf
|
@ -50,6 +50,7 @@
|
|||
<sup></sup> <!-- Defines superscripted text -->
|
||||
<kbd></kbd> <!-- Specifies text as keyboard input -->
|
||||
<small></small> <!-- Specifies small text -->
|
||||
<ins></ins> <!-- Defines a text that has been inserted into the document -->
|
||||
|
||||
|
||||
<!-- Links Formatting -->
|
||||
|
|
Loading…
Reference in New Issue