✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який колір буде застосовано до <h1>?
<h1 class="title special">Heading</h1>
<style>
h1 { color: black; }
.title { color: blue; }
.special { color: green; }
</style>