Vidyalelo
HTML · Q33

HTML Fonts, Tags And Elements

Programming · HTML · question 33

Q33

Which tag will add rows to your tables ? 1. and 2. and 3. and

A.
Option 1
Answer
B.
Option 2
C.
Option 3
D.
None of the above

Answer: Option A

Solution

Answer: Option A
Solution:
The tag is used to add rows to your tables in HTML.

Option 1: and - This is the correct answer. These tags are used to define a table row.

Option 2: and - This is incorrect. These tags are used to define header cells within a row.

Option 3: and - This is incorrect. These tags are used to define data cells within a row.

Option D: None of the above - This is incorrect because Option 1 correctly lists the tags for adding rows to a table.