Add some more tags

This commit is contained in:
11anishka 2020-10-02 14:20:36 +05:30
parent fee6bc10ed
commit ad1d39b9dd
1 changed files with 8 additions and 1 deletions

View File

@ -45,7 +45,10 @@
<abbr></abbr> <!-- Contains abbreviations while also making the full form avaialable -->
<address></address> <!-- Used to display contact information -->
<code></code> <!-- Used to display inline code snippets -->
<q></q> <!-- Defines a short inline quotation -->
<sub></sub> <!-- Defines subscripted text -->
<sup></sup> <!-- Defines superscripted text -->
<kbd></kbd> <!-- Specifies text as keyboard input -->
<!-- Links Formatting -->
@ -176,6 +179,10 @@ width="" <!-- Describes the width of th
<time></time> <!-- Identifies the time and date -->
<wbr> <!-- A line break within the content -->
<!-- Some other useful tags -->
<canvas></canvas> <!-- Allows to draw 2D shapes on the web page with the help of javascript -->
<keygen> <!-- Represents a control for generating a public-private key pair -->
<!-- Collective Character Obejcts -->