Correct Answer: Background-color:rgba(0,0,0,0.5)
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
What property is used when creating custom fonts?
How would you cause an element to acquire the font-family of its parent element?
Which one is correct way to give margin to an element?
In this order, content, padding, border, margin, these best represent _____
How would you make the background color of all the divs on a page blue?
What is the range of values (in decimal notation) that can be specified in the RGB color model?
What will happen if the following style declaration is applied to an element? p { margin: 3em 2em }
What is the initial value of the marquee-speed property?
What will happen if the value of the transform-style property is set to flat and the element has children?
Consider the following code and say what will happen if you click on More? @media print { .footnote { float: footnote; content: target-move(attr(href, url)) } .marker { display: none } } HTML code: John was a great writer [More]. ...
[More] Great poet too.