Background Color
Type this code:
<h3 style="background-color:blue">HTML Colors</h3>
Result is:
Border Color
Type this code:
<h3 style="border:1px blue solid;">HTML Colors</h3>
Results is:
Text Color
Type this code:
<font color="blue">Test color blue</font>
Results is:
Test color blue
Heading
Type this code:
<h4 style="color:#00FF00 ">Heading color</h4>Results is:
Type this code:
<h3 style="background-color:blue">HTML Colors</h3>
Result is:
HTML Colors
Border Color
Type this code:
<h3 style="border:1px blue solid;">HTML Colors</h3>
Results is:
HTML Colors
Text Color
Type this code:
<font color="blue">Test color blue</font>
Results is:
Test color blue
Heading
Type this code:
<h4 style="color:#00FF00 ">Heading color</h4>Results is:
Heading color
Colors List
|
|
|
0 comments:
Post a Comment