Home
Tutorial
HTML
Python
CodeLab
HTML
index.html
CSS
style.css
JS
script.js
Output
web browser
<table border="1"> <tr> <th>TIM</th> <th>Nama</th> </tr> <tr> <td rowspan="2">1</td> <td>Andi</td> </tr> <tr> <td>Budi</td> </tr> <tr> <td rowspan="2">2</td> <td>Cahyo</td> </tr> <tr> <td>Dodi</td> </tr> </table>