1.
The elements between the and tags of an HTML table are ______ by default.
A
Justified
B
Left aligned
C
Centrally aligned
D
Right aligned
View Answer
Correct Answer: B — Left aligned
Explanation:
The correct answer is Left aligned. The tag defines a standard data cell in an HTML table, and its text is regular and left-aligned by default. In contrast, text in (header) elements is bold and center-aligned by default.
