What will be the output of the following rule? em { color: rgba(0,0,255,1) }
Correct Answer: Opacity 1 with solid blue 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
Suppose that a
Read the following: @page rotated {size: landscape} TABLE {page: rotated; page-break-before: right} What will this code do?
What is the initial value of the opacity property?
What is the initial value of the hyphens property?
To make childdiv vertically center of given code, what should the 'display' property of parentdiv and childdiv be? #parentdiv { width: 200px; height: 400px; vertical-align: middle; } #childdiv { width: 100px; height: 50px; } Vertical Center
What does the child selector (">") do?
An outline is always placed __________ of the box
Normally, elements after a 'floated' element will flow around it. Which property can be used to avoid this?
What is the child selector in css?
The correct example of class selector is .
CSS MCQs | Topic-wise