<?xml version="1.0" encoding="utf-8"?>

Adding rows

Adding rows

To define each table row, use the <tr> tag. For better code readability, you can start each tag with a new line. Inside the <tr> tag, establish the row's cells with <td> tags for data cells and <th> tags for header cells. Remember that you need to use as many <tr> tags as the number of rows in the table.

Improve your UX & Product skills with interactive courses that actually work