GSNA · Question #111
Which of the following are attributes of the <TABLE> tag? (Choose three)
The correct answer is A. BORDER B. ALIGN D. WIDTH. The WIDTH attribute of the <TABLE> tag is used to set the width of a table. Width can be specified in pixels and percentage. For example, if a table of the same width as that of the parent object has to be created, the WIDTH attribute must be set to 100%. The ALIGN attribute…
Question
Which of the following are attributes of the <TABLE> tag? (Choose three)
Options
- ABORDER
- BALIGN
- CTD
- DWIDTH
How the community answered
(37 responses)- A70% (26)
- C30% (11)
Explanation
The WIDTH attribute of the <TABLE> tag is used to set the width of a table. Width can be specified in pixels and percentage. For example, if a table of the same width as that of the parent object has to be created, the WIDTH attribute must be set to 100%. The ALIGN attribute aligns the table within the text flow. By default alignment is set to left. The BORDER attribute of the <TABLE> tag is used to set the width of the table border. Answer: C is incorrect. <TD> is not an attribute of the <TABLE> tag. It is a tag used to specify cells in a table.
Topics
Community Discussion
No community discussion yet for this question.