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 text
This commit is contained in:
Ehtasham Haider
2022-08-01 12:47:00 +05:00
committed by GitHub
parent 6f67bf688e
commit 463d563edf

View File

@@ -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 -->