body { color: blue; } h1 { color: green; }
h1 { color: green; }
p{ color: White; }
color:#ffffff; /*!important; to overwrite inline css*/
color: #EAF6F6; color: red; color: rgb(255, 255, 255);
color:#ffffff;
<script>//for typewriter font:</script> <tt> <h1>Example Text</h1 </tt>
/*Here two ways are mentioned*/ #one{ font-family: 'Impact'; color: red; font-size: 25px; } #two{ font-family: 'Times New Roman'; color: blue; font-size: 50px; } .three{ font-family: 'Impact'; color: red; font-size: 25px; } .four{ font-family: 'Times New Roman'; color: blue; font-size: 50px; }
color: white;