HTML Tags

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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>