Simple HTML table

    -1

    5

    jessinspector

    HTML,table
    HTML Basics

    Create a simple table

    <table>
      <tr>
        <th>Column 1 - Header</th>
        <th>Column 2 - Header</th>
        <th>Column 3 - Header</th>
      </tr>
      <tr>
        <td>Column 1 - Row 1</td>
        <td>Column 2 - Row 1</td>
        <td>Column 3 - Row 1</td>
      </tr>
      <tr>
        <td>Column 1 - Row 2</td>
        <td>Column 2 - Row 2</td>
        <td>Column 3 - Row 2</td>
      </tr>
    </table>
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.