“Cómo cambiar el color H1 en HTML” Código de respuesta

Cómo cambiar el color H1 en HTML

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

Cómo cambiar el color de fuente de la etiqueta H2 en HTML

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

Respuestas similares a “Cómo cambiar el color H1 en HTML”

Preguntas similares a “Cómo cambiar el color H1 en HTML”

Más respuestas relacionadas con “Cómo cambiar el color H1 en HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código