Answers for "how to colour h1 tag in css"

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

Browse Popular Code Answers by Language