HTML Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:
=Tags=
=Tags=


<tt>
   <html>
   <html>
       <head>
       <head>
Line 21: Line 20:
       </body>
       </body>
   </html>
   </html>
</tt>

Revision as of 06:35, 4 January 2018

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

External

Internal

Tags

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

<blockquote>...

         <hr>

<table>...

     </body>
 </html>