GSNA · Question #371
Sam works as a Web Developer for McRobert Inc. He creates a Web site. He wants to include the following table in the Web site: He writes the following HTML code to create the table: 1. <TABLE…
The correct answer is D. at line 3 at line 4. The tag is used to specify each cell of the table. It can be used only within a row in a table. The ROWSPAN attribute of the tag specifies the number of rows that a cell spans over in a table. Since, the first cell of the table spans over three rows, Sam will use . specifies…
Question
Options
- Aat line 3 at line 4
- Bat line 3 at line 4
- Cat line 4 at line
- Dat line 3 at line 4
How the community answered
(37 responses)- A3% (1)
- B8% (3)
- C5% (2)
- D84% (31)
Explanation
The tag is used to specify each cell of the table. It can be used only within a row in a table. The ROWSPAN attribute of the tag specifies the number of rows that a cell spans over in a table. Since, the first cell of the table spans over three rows, Sam will use . specifies the number of columns that the head row contains. Answer: C is incorrect. Placing the tags given in this option at lines 3 and 4 will create the following table: Answer: A, B are incorrect. There are no attributes such as SPAN and SPANWIDTH for the tag.
Topics
Community Discussion
No community discussion yet for this question.