Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

table columns html

Row:<tr>
Cell:<td>

<table>
	<tr>
    	<td>Cell1</td>
    	<td>Cell2</td>
    	<td>Cell3</td>
	</tr>
</table>

Number of columns is equal to the number of <td> elements in a row.
 
PREVIOUS NEXT
Tagged: #table #columns #html
ADD COMMENT
Topic
Name
8+3 =