HTML Tags: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 13: Line 13:
   <html>
   <html>
       <head>
       <head>
         <style>
         <[[HTML style|style]]>
        code {
          code {
          ...
            ...
        }
          }
         </style>
         </style>
       </head>
       </head>

Latest revision as of 06:51, 30 April 2021

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

External

Internal

Tags

 <html>
     <head>
       <style>
         code {
           ...
         }
       </style>
     </head>
     <body>

<blockquote>...

         <hr>

<table>...

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