Home » HTML » HTML Tables » Question
  1. Which of the following element is not associated with a class attribute?
    1. Rows
    2. Column cell
    3. <thead>
    4. Row
    5. None of these
Correct Option: C

Column cell, Row, and Rows are the container elements. They have a class attribute with the help of this we can apply special styling. Table alignment is also controlled style sheet classes. Text-align and vertical-align are the style attributes that align the content of the table.



Your comments will be displayed only after manual approval.