0
HTML Headings
How do you chenge color of headings?
4 Respuestas
+ 2
Simple :
<h1 style="color:red;"> TITLE </h1>
if, on the other hand you want to change the color of all h1(for instance), do it in the style tags or in an external css file :
<style>
h1{
color:red;
}
</style>
0
Oh, okay thank you, I was putting = instead of :
0
MysticMM don't focus on problems or make any think till you'l learn html and css because know you have just to learn the basics first after you learn another language like CSS and JavaScript you can move to make website or apps or any think you want and start to apply you knowledge