MCQs>IT & Programming>CSS 3>Given the following HTML snippet: <h1 class="title header">Hello</h1> And the following CSS: h1 { color: blue; } .title.header { color: red; } .title { color: green; } What color will the text "Hello" have?
CSS 3 MCQs
Given the following HTML snippet: <h1 class="title header">Hello</h1> And the following CSS: h1 { color: blue; } .title.header { color: red; } .title { color: green; } What color will the text "Hello" have?
Answer
Correct Answer: Red
Explanation:
Note: This Question is unanswered, help us to find answer for this one