“Como alterar a cor H1 em HTML” Respostas de código

Como alterar a cor H1 em HTML

<h1 style="color: red;">
  This is a Level1 Heading
</h1>
Tejas Naik

Como alterar a cor da fonte da tag h2 em html

<!doctype html>
<html>
  <head>
    <title>shivam the new hacker</title>
    <style>
      h2{font color="yellow"}
    </style>
  </head>
  <body>
    abc
  </body>
  <html>
    
Cheerful Caracal

Respostas semelhantes a “Como alterar a cor H1 em HTML”

Perguntas semelhantes a “Como alterar a cor H1 em HTML”

Mais respostas relacionadas para “Como alterar a cor H1 em HTML” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código