Home
Tutorial
HTML
Python
CodeLab
HTML
index.html
CSS
style.css
JS
script.js
Output
web browser
<table border="1"> <tr> <th>No</th> <th>Nama</th> <th colspan="2">Nomor HP</th> </tr> <tr> <td>1</td> <td>Andi</td> <td>081234564</td> <td>081234575</td> </tr> <tr> <td>2</td> <td>Budi</td> <td>081234566</td> <td>081234576</td> </tr> <tr> <td>3</td> <td>Cahyo</td> <td>081234569</td> <td>081234579</td> </tr> <tr> <td>4</td> <td>Dodi</td> <td>081234568</td> <td>081234578</td> </tr> </table>