user5319
0
Q:

change h1 color in html


  
    <font color="red">This is some text!</font>
  
 
0

 <h1 style="color:blue;">This is a heading</h1>

 <p style="color:red;">This is a paragraph.</p> 
1
<font color="red">This is some text!</font>
1
<body>
  <!-- style color (hex color) + the text -->
  <h1 style ="color: #000000; "> Apples <em>is a tech company</em></h1>
</body>
0

 <body style="background-color:powderblue;">

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body> 
3

New to Communities?

Join the community