You are styling the following DIV tag on a page by using CSS3.
You need to set the transparency of the object to 50%.
Which two CSS3 styles will achieve the goal? (Each correct answer presents a complete solution. Choose two.)

A.
Option A
B.
Option B
C.
Option C
D.
Option D
New questions from September 2017 new exam batch:
http://optimumfiles.com/ProgrammingInHTML
0
0
the correct answer is A and D, but D is
.Box {
background: rgba(255,0,0,0.5);
}
0
1
Both are correct. A and B.
0
0