Correct Answer: Hover state
Explanation:
Note: This Question is unanswered, help us to find answer for this one
CSS Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More CSS MCQ Questions
Which filter does SVG support?
What will the following code produce? @font-face { Font-family: 'DejaVu Sans'; src: url('fonts/DejaVuSans.ttf'); } @font-face { Font-family: 'DejaVu Sans'; Src: url('fonts/DejaVuSans-Bold.ttf'); Font-weight: bold; } @font-face { Font-family: 'Dejavu Sans'; Src: url('fonts/dejaVuSans-Oblique.ttf'); Font-style: italic, oblique; } @font-face { Font-family: 'DejaVu Sans'; Src: url('fonts/DejaVuSans-bold0bliqu.ttf'); Font-weight: bold; Font-style: italic, oblique; }
Which is the best implementation of a continuously rotating animated image in CSS3?
The sans-serif generic font-family is characterized by:
Which will add a border to a div element, without adding to its size in pixels?
On which position value does the z-index property work?
An ____ style loses many of the advantages of style sheets by mixing content with presentation.
p.outset {border-style: outset; } In the code snippet above, which part represents the property?
Which two properties are the defaults when positioning a layer?
What are the three methods for implementing a stylesheet?