Answers for "how to change color of body of text 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

Code answers related to "how to change color of body of text in html"

Browse Popular Code Answers by Language