Which HTML tag creates a table row?

Prepare for the Code.org Computer Science Discoveries test. Study with interactive quizzes and comprehensive explanations. Master key concepts and boost your confidence!

Multiple Choice

Which HTML tag creates a table row?

Explanation:
In HTML tables, rows are created with the table row tag. The row element, written as <tr>, opens and closes a horizontal line of cells, and you place cells inside it. Those cells can be <td> for standard data cells or <th> for header cells. The overall table is built with <table>, but it doesn’t create a row by itself. So the tag that creates a table row is <tr>.

In HTML tables, rows are created with the table row tag. The row element, written as , opens and closes a horizontal line of cells, and you place cells inside it. Those cells can be for standard data cells or for header cells. The overall table is built with

, but it doesn’t create a row by itself. So the tag that creates a table row is .

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy

© Examzify by Kaluba Technologies Incorporated. 2026 All rights reserved.

logo
logo