“Cor de fundo html” Respostas de código

como fazer uma cor de fundo em html

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

</body>
Famous Fly

cor de fundo CSS RGB

body {
  background-color: rgb(255,255,255);
}
Aggressive Alligator

Cor de fundo CSS

html,body {
  background-color: red;
}
No Name Pro

html como mudar a cor de fundo

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

HTML Alterar a cor de fundo

<!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

Cor de fundo html

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

Respostas semelhantes a “Cor de fundo html”

Perguntas semelhantes a “Cor de fundo html”

Mais respostas relacionadas para “Cor de fundo html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código