HTML Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 21: Line 21:
           <[[HTML sub|sub]]></sub>
           <[[HTML sub|sub]]></sub>
           <[[HTML a|a href='https://example.com']]>An Example</a>
           <[[HTML a|a href='https://example.com']]>An Example</a>
           &lt;code>this is code</code>
           &lt;[[HTML code|code]]>this is code</code>
       </body>
       </body>
   </html>
   </html>

Revision as of 06:30, 30 April 2021

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

External

Internal

Tags

 <html>
     <head>
     </head>
     <body>

<blockquote>...

         <hr>

<table>...

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