Answers for "how to make heading at color html"

3

how to change h1 color in html

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

html text color tag

<p style="color:lime;">lime</p>
Posted by: Guest on April-05-2021

Code answers related to "how to make heading at color html"

Browse Popular Code Answers by Language