QuestionMay 11, 2025

An HTML table is comprised of __ and __ a. lines and text b. headers and body c. rows and columns d. none of these

An HTML table is comprised of __ and __ a. lines and text b. headers and body c. rows and columns d. none of these
An HTML table is comprised of __ and __
a. lines and text
b. headers and body
c. rows and columns
d. none of these

Solution
4.2(254 votes)

Answer

c. rows and columns Explanation 1. Identify HTML Table Components An HTML table is structured with rows and columns, where rows are defined by ` ` tags and columns by ` ` or ` ` tags.

Explanation

1. Identify HTML Table Components<br /> An HTML table is structured with rows and columns, where rows are defined by `<tr>` tags and columns by `<td>` or `<th>` tags.
Click to rate: