Answers for "how to change the color of text in <h> in html"

2

how to change h1 color in html

<h1 style="color: red;">
  This is a Level1 Heading
</h1>
Posted by: Guest on February-25-2021
0

how to change font colour in html

<font color="red">
  
	Lorem Ipsum
  
</font>
Posted by: Guest on March-04-2020

Browse Popular Code Answers by Language