Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html table span 2 rows

<td colspan="2">Content here</td> // or...
<td rowspan="2">Content here</td>
 
PREVIOUS NEXT
Tagged: #html #table #span #rows
ADD COMMENT
Topic
Name
5+9 =