HTML Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
       </head>
       </head>
       <body>
       <body>
           &lt;blockquote>...</blockquote>
           &lt;[[HTML blockquote|blockquote]]>...</blockquote>
       </body>
       </body>
   </html>
   </html>
</tt>
</tt>

Revision as of 22:33, 9 January 2016

External

Internal

Tags

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

<blockquote>...

     </body>
 </html>