Css miscellaneous


  1. What will be the output of below mentioned code snippet?
    <p style="color: blue">Interview Mania</p>











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    make that specific paragraph red.


  1. The _______property is used to set the color of the text.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    colour



  1. Which of the following is the correct way to apply Styles?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    in an external CSS file


  1. Which of the following CSS list properties is/are correct?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    All of above



  1. Find the specificity of this “li:first-line”.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    specificity = 0,0,0,2