Correct Answer: two two
Explanation:
Note: This Question is unanswered, help us to find answer for this one
CSS 3 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More CSS 3 MCQ Questions
Consider the following code: body { text-replace: 'a' 'b' 'b' 'c' } What will be the output of the following string if you implement the text-replace style? andy lives behind cafe
State whether the following statement is true or false. If a parent element display property is set to none, its children too will not be rendered.
What will happen if the pause property is used as follows? h2 { pause: 40s 60s }
Which of the given options is/are equivalent to the following rule? DIV { line-height: 1.2; font-size: 10pt }
For the clear property, which value is not valid?
In CSS, * is called a:
Can you rotate images in CSS3 and if you can what is the right method to do so?
To get li tags to sit side by side use:
margin-top:30px; Here:
What tag would you use to make an internal style sheet on your HTML document?