Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

table html tages

<table>
  <tr> <!-- This is the first row -->
    <th>This is the heading</th>
    <th>Next heading to the right</th>
  </tr>
  <tr> <!-- This is the second row -->
    <td>This is where the table data goes</td>
    <td>This is the second columns data</td>
  </tr>
</table>
 
PREVIOUS NEXT
Tagged: #table #html #tages
ADD COMMENT
Topic
Name
4+1 =