§ Example 1 — Table with a single header row
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head><title>Table With A Single Header Row</title></head>
- <body>
- <table>
- <tr>
- <th>Player</th>
- <th>Team</th>
- …
- </tr>
- <tr>
- <td>BabeRuth</td>
- <td>NewYorkYankees</td>
- …
- </tr>
- …
- </table>
- </body>
- </html>
![]() |
result of HTML table |
< previous HTML Table Element
web programming, web developing, html, hypertext markup language, source code, internet programming
Bibliography:
- https://codecademy.com/
- http://kb.daisy.org/
- https://w3schools.com/
Tidak ada komentar:
Posting Komentar