Correct Answer: margin-top is property and 30px is value
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
To get li tags to sit side by side use:
Can you rotate images in CSS3 and if you can what is the right method to do so?
In CSS, * is called a:
CSS3 allows us to specify an inset text-shadow, similar to box-shadow.
What browser is transform-style not supported in
What will happen if the pause property is used as follows? h2 { pause: 40s 60s }
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.
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
If you set the value of the speak property to digits, how would 22 be spoken?
Output of the following rule? em { color: rgba(0,0,255,1) }