Answers for "html h text color"

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
1

html text color

<p style="color: [name od color e.g. 'blue' or hex code e.g. '#ffffff']">
  Hi, I'm coloured </p>
Posted by: Guest on January-12-2021

Browse Popular Code Answers by Language