MCQs>IT & Programming>CSS>What is the correct way to write short hand to this statement below background-color: blue; background-image: url("http://example.com/img.png"); background-repeat: no-repeat;
CSS MCQs
What is the correct way to write short hand to this statement below background-color: blue; background-image: url("http://example.com/img.png"); background-repeat: no-repeat;
Answer
Correct Answer: background: blue url(http://example.com/img.png) no-repeat;
Explanation:
Note: This Question is unanswered, help us to find answer for this one