Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add multiple rows inside a row in html

<table>
 <tr>
 <td >ID</td>
 <td>SEC</td>
 <td>DIV</td>

 </tr>
 <tr>
 <td rowspan="3">1</td>
 <td>S1</td>
 <td>D1</td>

 </tr>
 <tr>

 <td>S2</td>
<td>D2</td>

</tr>
<tr>

<td>S3</td>
<td>D3</td>

</tr>
<tr><td colspan="3">---------------------</td></tr>
<tr>
<td>ID</td>
<td>SEC</td>
<td>DIV</td>

</tr>
<tr>
<td rowspan="3">2</td>
<td>S1</td>
<td>D1</td>

</tr>
<tr>

<td>S2</td>
<td>D2</td>

</tr>
<tr>

<td>S3</td>
<td>D3</td>

</tr>
</table>
Comment

PREVIOUS NEXT
Code Example
Html :: strip newlines in jekyll 
Html :: aria-describedby and role 
Html :: visualizar pdf bootstrap 
Html :: html vase 
Html :: razor view comment out line 
Html :: structure radio in html 
Html :: react native html view 
Html :: how to make a page notification 
Html :: text process bar wpf 
Html :: math whizz 
Html :: how to remove whitespace below my footer in html 
Html :: force line label no wrap 
Html :: rails patch method 
Html :: timezone picker html 
Html :: c# load embedded html document and show in browser 
Html :: html img 
Html :: how to add map in html 
Html :: html project ideas 
Html :: elementos linea html 
Html :: html <small 
Css :: css placeholder font size 
Css :: how to remove scrollbar in css 
Css :: css visibility transition 
Css :: apple font css 
Css :: change color of bullet points css 
Css :: how to render css in flask link 
Css :: make something unclickable css 
Css :: input number hide arrows 
Css :: make text unhighlightable 
Css :: how to remove the line below the link text css 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =