Home » HTML » HTML Tables » Question
  1. Which of the following is not the value for align attribute?
    1. left
    2. middle
    3. justify
    4. char
    5. None of these
Correct Option: B

align attribute is the alignment of data and for justification of text in the cell. It can take the values left, right, justify, center, char. Justify is for double justifying the text, char is for aligning text around a particular character.



Your comments will be displayed only after manual approval.