Css miscellaneous


  1. Find the specificity of this “li”.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    specificity = 0,0,0,1


  1. Find the specificity of this “*”.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    specificity = 0,0,0,0



  1. Is this correct way to apply css.State true or false.
    <link rel="stylesheet" type="text/css" href="mystyle.css">











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    NA


  1. Which style is this?
    <body style="background-color: lightcyan">











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Inline Styles



  1. The __________ property specifies the type of positioning method used for an element.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    position