Home
Tutorial
HTML
Python
CodeLab
HTML
index.html
CSS
style.css
JS
script.js
Output
web browser
<h1>Contoh caption yang terletak di atas</h1> <table border="1"> <caption>Data warga desa</caption> <tr> <th>No</th> <th>Nama</th> <th>Usia</th> </tr> <tr> <td>1</td> <td>Andi</td> <td>25</td> </tr> <tr> <td>2</td> <td>Budi</td> <td>34</td> </tr> </table>