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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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