InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property specifies the transparency of an element?(a) alpha(b) opacity(c) opac(d) none of the mentionedThe question was posed to me in semester exam.The question is from Cross-Browser Layout Techniques topic in section CSS Text, Borders and Images of CSS |
|
Answer» CORRECT choice is (b) OPACITY The best I can EXPLAIN: SYNTAX: opacity: alphavalue | inherit |
|