HTML Tables


  1. Which of the following does not specify a column width?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    We can specify column width in three ways i.e. Percentage, Fixed, Proportional. Fixed width is given in pixels. Percentage specification is the percentage of horizontal space availability in the table. The proportional specification is the portions of fixed horizontal space required for the table.


  1. Scope attribute can’t have the value __________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    scope attribute defines a set of data cell. It is used in place of headers. This attribute can have one of the value among rowgroup, row, colgroup, col, rowgroup, and colgroup provides information of header cell of the corresponding row and column groups.



  1. Which of the following is not the value for frame attribute?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Frame attribute gives information about which sides of the frame surrounding that table will be visible. The values that this attribute can take are lhs, rhs, box, border, vsides, hsides, below, above, void.


  1. video ID can be substituted by _____________.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    We can modify the embed code for an individual video by substituting video ID after “embed/” with “videoseries?list=”, then paste playlist ID after “=”, paste the code into the blog or Website HTML.



  1. Which of the following is not the value for align attribute?











  1. View Hint View Answer Discuss in Forum

    NA

    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.