Correct Answer: color
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 code is in correct format?
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; }
What is text-align set to each line when text is stretched so that every line has equal width, and the left and right margins are straight?
____________ 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.