Horje
table inside another table in html Code Example
table inside another table in html
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white" width="100%">
 <tr>
  <td>Name 1</td>
  <td>Name 2</td>
  <td colspan="2">Name 3</td>
  <td>Name 4</td>
 </tr>

 <tr>
  <td rowspan="3">ITEM 1</td>
  <td rowspan="3">ITEM 2</td>
  <td>name1</td>
  <td>price1</td>
  <td rowspan="3">ITEM 4</td>
 </tr>

 <tr>
  <td>name2</td>
  <td>price2</td>
 </tr>
 <tr>
  <td>name3</td>
  <td>price3/td>
 </tr>
</table>




Html

Related
css bootstrap refresh icon Code Example css bootstrap refresh icon Code Example
how to add a paragraph in html Code Example how to add a paragraph in html Code Example
bootstrap accordion Code Example bootstrap accordion Code Example
accordion bootstrap Code Example accordion bootstrap Code Example
html multiple file upload Code Example html multiple file upload Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7