Correct Answer: div { background: url(img_flwr.gif); background-size: 80px 60px; background-repeat: no-repeat; }
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
What is the correct way to write short hand to this statement below background-color: blue; background-image: url("http://example.com/img.png"); background-repeat: no-repeat;
What do you need to change in order to visually modify a button on mouseover?
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?
____________ properties provide several options to place the content on the web page.
Which of the following is the correct syntax for a pseudo-class?
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?