Rabu, 13 Desember 2023

HTML Table Example

In this following HTML code is example for HTML table:

Example 1 — Table with a single header row

  1. <table>
  2. <tr>
  3. <th>Player</th>
  4. <th>Team</th>
  5. </tr>
  6. <tr>
  7. <td>BabeRuth</td>
  8. <td>NewYorkYankees</td>
  9. </tr>
  10. </table>
result of HTML table

web programming, web developing, html, hypertext markup language, source code, internet programming

Bibliography:

  • https://codecademy.com/
  • http://kb.daisy.org/
  • https://w3schools.com/

Related Post:

Tidak ada komentar:

Posting Komentar