Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to add a description to a table html

<table>
  <caption>Table Description</caption>
  <tr>
    <th>Column 1</th>
    <th>Column 2</th>
  </tr>
</table>
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #add #description #table #html
ADD COMMENT
Topic
Name
7+1 =