<table class="data paragraph">
    <thead>
      <tr>
        <th>Tag</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><code><a></code></td>
        <td>Defines a hyperlink.</td>
      </tr>
      <tr>
        <td><code><abbr></code></td>
        <td>Defines an abbreviated form of a longer word or phrase.</td>
      </tr>
      <tr>
        <td><code><acronym></code></td>
        <td>Defines an acronym.</td>
      </tr>
      <tr>
        <td><code><address></code></td>
        <td>Specifies the author's contact information.</td>
      </tr>
      <tr>
        <td><code><applet></code></td>
        <td>Obsolete Embeds a Java applet (mini Java applications) on the page. Use the <code><object></code> element instead.</td>
      </tr>
      <tr>
        <td><code><area></code></td>
        <td>Defines a specific area within an image map.</td>
      </tr>
      <tr>
        <td><code><article><span></span></code></td>
        <td>Defines an article.</td>
      </tr>
      <tr>
        <td><code><aside><span></span></code></td>
        <td>Defines some content loosely related to the page content.</td>
      </tr>
      <tr>
        <td><code><audio><span></span></code></td>
        <td>Embeds a sound, or an audio stream in an HTML document.</td>
      </tr>
      <tr>
        <td><code><b></code></td>
        <td>Displays text in a bold style.</td>
      </tr>
      <tr>
        <td><code><base></code></td>
        <td>Defines the base URL for all linked objects on a page.</td>
      </tr>
      <tr>
        <td><code><basefont></code></td>
        <td>Obsolete Specifies the base font for a page.</td>
      </tr>
      <tr>
        <td><code><bdi><span></span></code></td>
        <td>Represents text that is isolated from its surrounding for the purposes of bidirectional text formatting.</td>
      </tr>
      <tr>
        <td><code><bdo></code></td>
        <td>Overrides the current text direction.</td>
      </tr>
      <tr>
        <td><code><big></code></td>
        <td>Obsolete Displays text in a large size.</td>
      </tr>
      <tr>
        <td><code><blockquote></code></td>
        <td>Defines a long quotation.</td>
      </tr>               
      <tr>
        <td><code><body></code></td>
        <td>Defines the document's body.</td>
      </tr>
      <tr>
        <td><code><br></code></td>
        <td>Produces a single line break.</td>
      </tr>                                    
    </tbody>
  </table>