Which color will word "text" has?

<style>
    p{
        color: green !important;
    }

    #p{
        color: blue;
    }
</style>    
<p id="p" style="color: red">text</>

Explanation
!important allows you to increase the priority of the style, so the color will be green.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з HTML & CSS
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести