Answers for "how to change font color in h3 tag"

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
2

how to change font color in html

<p style="color: red;">This is paragraph in RED color</p>
Posted by: Guest on February-26-2021

Browse Popular Code Answers by Language