Css miscellaneous


  1. Which of the following measurement defines a measurement as a percentage?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Defines a measurement as a percentage. Percentages are denoted by a number followed by the % symbol and are always relative to another value such as length. Quite often they are used to specify some value relative to an inherited value from a parent element.


  1. Which of the following property sets the font size of text?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    font-size: length | percentage | larger | smaller | xx-small | x-small | small | medium | large | x-large | xx-larger | inherit



  1. Which of the following property defines labels for a list of items?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    list-style-type: disc | circle | square | decimal | decimal-leading-zero


  1. Which of the following property defines the color of an element’s top border?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    Syntax: border-top-color: color | transparent | inherit



  1. Which of the following property defines whether table cell borders are connected or separate?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    Syntax: border-collapse: collapse | separate | inherit