Horje
how to change font color of h2 tag in html Code Example
how to change h1 color in html
<h1 style="color: red;">
  This is a Level1 Heading
</h1>
how to change font color of h2 tag in html
<!doctype html>
<html>
  <head>
    <title>shivam the new hacker</title>
    <style>
      h2{font color="yellow"}
    </style>
  </head>
  <body>
    abc
  </body>
  <html>
    




Html

Related
show spinner during API request pure html and jquery Code Example show spinner during API request pure html and jquery Code Example
html boilerplate code Code Example html boilerplate code Code Example
breaks html Code Example breaks html Code Example
javascript change the number of range on change Code Example javascript change the number of range on change Code Example
bootstrap Pill badges Code Example bootstrap Pill badges Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7