Css miscellaneous
- Find the specificity of this “li”.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
specificity = 0,0,0,1
- Find the specificity of this “*”.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
specificity = 0,0,0,0
- Is this correct way to apply css.State true or false.
<link rel="stylesheet" type="text/css" href="mystyle.css">
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
NA
- Which style is this?
<body style="background-color: lightcyan">
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Inline Styles
- The __________ property specifies the type of positioning method used for an element.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
position