HTML Tags

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

TODO deplete https://home.feodorov.com:9443/wiki/Wiki.jsp?page=HTMLTags

External

Internal

Tags

 <html>
     <head>
       <style>
         code {
           ...
         }
       </style>
     </head>
     <body>

<blockquote>...

         <hr>

<table>...

         <sup>
         <sub>
         <a href='https://example.com'>An Example</a>
         <code>this is code
     </body>
 </html>