how to add colours to your html page


There are two options

1. to add colour to text
2. Or to add background color

1-we can add text color by 

color : colorname
ex: color : red;
it will turn the text to red color

2-To change the background color 

background : orange;

it will turn the background color of a div or any html element to orange


This is how we can add colours to our html page. 

Post a Comment

Previous Post Next Post