“Cómo hacer un color de fondo en HTML” Código de respuesta

Cómo hacer un color de fondo en HTML

<body style="background-color: #fff">
  <!---this will change the body color---!>

</body>
Famous Fly

html cómo cambiar el color de fondo

<body style="background-color:powderblue;">
<p style="background-color:tomato;">This paragraph has a red background.</p>
</body>
Hello There

Color de fondo HTML

<body style="background-color:grey;">

Cómo editar los colores en el fondo HTML

<html>
  <body style="backgroung:red">
  <body>
</html>
Smiling Stag

Respuestas similares a “Cómo hacer un color de fondo en HTML”

Preguntas similares a “Cómo hacer un color de fondo en HTML”

Más respuestas relacionadas con “Cómo hacer un color de fondo en HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código