Using the css color property, you can easily change the color of an html element.
Syntax:
element{color:color-name}
<div style="color:red"> This is a block element. </div>
Using the css color property, you can easily change the color of an html element.
element{color:color-name}
<div style="color:red"> This is a block element. </div>
Comments (0)