Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Online HTML Editor

<!DOCTYPE html>
<html>

   <head>
      <title>Copy of Tag References.. Hopefully</title>
      <!--<base href = "https://www.google.com" />-->
   </head>

   <body>
        <img alt="tutorialspoint" src="../../html/images/logo.png">
        
       <div class = "nav-bar">
           <nav>
               <ul type = "none" style = "width:1000px">
                   <li style = "float:left; margin-left:400px"><a href = "../../index.htm">Home</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../questions/index.php">Q/A</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../tutorialslibrary.htm">Library</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../videotutorials/index.htm">Videos</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../tutor_connect/index.htm">Tutors</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "../../codingground.htm">Coding Ground</a></li>   
                   <li style = "float:left; margin-left:10px"><a href = "https://store.tutorialspoint.com/">Store</a></li>
                   <li style = "float:left; margin-left:10px"><a href = "https://www.google.com/">Search</a></li>
               </ul>
           </nav>
       </div>
       
       <br>
       <!--<br>-->
      
      <header>
          <h1><center>This is my first "website" in HTML</center></h1>
      </header>
      
      <table>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Home</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Overview</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Basic Tags</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Elements</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Attributes</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Formatting</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Phrase Tags</td>
          </tr>
          <tr>
              <td style = "border-bottom:1px dashed">HTML - Meta Tags</td>
          </tr>
      </table>
      
      <table style = "margin-top:-200px; margin-left:150px;" border = "1" cellpadding = "5" align = "center" cellspacing = "0">
          <thead>
               <tr>
                   <td><b><center><font size = "5">Tag</font></center></b></td>
                   <td><b><center><font size = "5">Description</font></center></b></td>
                   <td><b><center><font size = "5">Version</font></center></b></td>
               </tr>
          </thead>
          <tr>
              <td><a href = "https://www.google.com">&lt;!DOCTYPE html&gt;</a></td>
              <td><font face = "cursive,serif" color = "#f48042">Specifies the document type</font></td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;a&gt;</td>
              <td>Specifies an anchor</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;abbr&gt;</td>
              <td>Specifies an abbreviation</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;acronym&gt;</td>
              <td>Specifies an acronym</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;address&gt;</td>
              <td>Specifies an address element</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;applet&gt;</td>
              <td>Deprecated. Specifies an applet</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;area&gt;</td>
              <td>Specifies an area inside an image map</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;article&gt;</td>
              <td>Specifies an article</td>
              <td><center>&#10004;</center></td>
          </tr>
          <tr>
              <td>&lt;aside&gt;</td>
              <td style = "max-width:325px">Specifies some content loosely related to the page content. If it is removed, the remaining content still makes sense.</td>
              <td><center>&#10004;</center></td>
          </tr>
           <tr>
              <td>&lt;audio&gt;</td>
              <td>Specifies a sound content</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;b&gt;</td>
              <td>Specifies bold text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;base&gt;</td>
              <td>Specifies a base URL for all the links in a page</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;basefont&gt;</td>
              <td>Deprecated. Specifies a base font</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;bdo&gt;</td>
              <td>Specifies the direction of text display</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;bdi&gt;</td>
              <td style = "max-width:325px">Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionally</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;bgsound&gt;</td>
              <td>Specifies background music</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;big&gt;</td>
              <td>Specifies big text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;blink&gt;</td>
              <td>Specifies a text which blinks</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;blockquote&gt;</td>
              <td>Specifies a long quote</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;body&gt;</td>
              <td>Specifies the body element</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;br&gt;</td>
              <td>Inserts a single line break</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;button&gt;</td>
              <td>Specifies a push button</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;canvas&gt;</td>
              <td>For making graphics with a script</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;caption&gt;</td>
              <td>Specifies a table caption</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;center&gt;</td>
              <td>Deprecated. Specifies centered text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;cite&gt;</td>
              <td>Specifies a citation</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;code&gt;</td>
              <td>Specifies computer code text</td>
              <td></td>
          </tr>
           <tr>
              <td>&lt;col&gt;</td>
              <td>Specifies attributes for table columns</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;colgroup&gt;</td>
              <td>Specifies groups of table columns</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;comment&gt;</td>
              <td>Puts a comment in the document</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;datalist&gt;</td>
              <td>A list of options for input values</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dd&gt;</td>
              <td>Specifies a definition description</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;del&gt;</td>
              <td>Specifies deleted text</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dfn&gt;</td>
              <td>Specifies a definition term</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dialog&gt;</td>
              <td>Specifies a dialog box or window</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dir&gt;</td>
              <td>Deprecated. Specifies a directory list</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;div&gt;</td>
              <td>Specifies a section in a document</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dl&gt;</td>
              <td>Specifies a definition list</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;dt&gt;</td>
              <td>Specifies a definition term</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;em&gt;</td>
              <td>Specifies emphasized text</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;embed&gt;</td>
              <td>Specifies a container for external (non-HTML) application</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;fieldset&gt;</td>
              <td>Specifies a fieldlist</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;figcaption&gt;</td>
              <td>Specifies a caption for a &lt;figure&gt; element</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;figure&gt;</td>
              <td>Specifies self-contained content</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;font&gt;</td>
              <td>Deprecated. Specifies text font, size, and color</td>
              <td></td>
          </tr>
          <tr>
              <td>&lt;footer&gt;</td>
              <td>Specifies a footer for a document or section</td>
              <td></td>
          </tr>
      </table>
   </body>

</html>

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.