HTML Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
       <head>
       <head>
       </head>
       </head>
      <body>
          <blockquote>...</blockquote>
      </body>
   </html>
   </html>
</tt>
</tt>

Revision as of 22:32, 9 January 2016

External

Internal

Tags

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


...

     </body>
 </html>