HTML Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
       <body>
       <body>
           &lt;[[HTML blockquote|blockquote]]>...</blockquote>
           &lt;[[HTML blockquote|blockquote]]>...</blockquote>
          &lt;[[HTML hr|hr]]>
           &lt;[[HTML table|table]]>...</table>
           &lt;[[HTML table|table]]>...</table>
       </body>
       </body>
   </html>
   </html>
</tt>
</tt>

Revision as of 00:37, 10 June 2016

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

External

Internal

Tags

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

<blockquote>...

         <hr>

<table>...

     </body>
 </html>