1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-30 03:10:48 +00:00

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

View File

@ -50,6 +50,7 @@
<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 -->
<ins></ins> <!-- Defines a text that has been inserted into the document -->
<!-- Links Formatting --> <!-- Links Formatting -->