“Color de fondo del cuerpo 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

HTML Cambiar color de fondo

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Backgorund Color</title>
   </head>
   <body style="background-color:grey;">
      <h1>Products</h1>
      <p>We have developed more than 10 products till now.</p>
   </body>
</html>
Michael Futral

Color de fondo HTML

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

HTML Cambiar color de fondo de la página

<body bgcolor="some color">
 HTML goes here
</body>
Average Ape

Color de fondo del cuerpo HTML

<body style="background-color:powderblue;">
Brainy Beaver

Respuestas similares a “Color de fondo del cuerpo HTML”

Preguntas similares a “Color de fondo del cuerpo HTML”

Más respuestas relacionadas con “Color de fondo del cuerpo HTML” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código