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
Зарегистрируйся сейчас
или Подпишись на будущие тесты