Home » HTML » HTML Tables » Question
  1. Which of the following is not the value for rules attribute?
    1. rows
    2. groups
    3. vsides
    4. all
    5. None of these
Correct Option: C

The rules which will appear between cells of the table is specified by this attribute. It can take the values groups, none, rows, all and cols. None is the default value, rows are for appearance between rows only and cols is for columns only.



Your comments will be displayed only after manual approval.