Loading practice questions
The elements between the and tags of an HTML table are ______ by default.
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.