GSNA · Question #111
GSNA Question #111: Real Exam Question with Answer & Explanation
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 alig
Question
Options
- ABORDER
- BALIGN
- CTD
- DWIDTH
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.
Community Discussion
No community discussion yet for this question.