Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to make a background color in html

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

</body>
Comment

html change background color

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

html how to change background color

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

html change background color of page

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

html background color

<div style="background-color: #fff"> <div>
Comment

how to edit colours in background html

<html>
  <body style="backgroung:red">
  <body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: html phone link 
Html :: bootstrap select 
Html :: html change label color 
Html :: Include HTML File in HTML FILE 
Html :: tailwind css avatar 
Html :: checkbox onchange vue 
Html :: electron reload html 
Html :: button element in html 
Html :: how to make a div in html 
Html :: input disable autocomplete 
Html :: .html to .exe 
Html :: html make a table with two top headers 
Html :: how to set logo in html in header 
Html :: block elements 
Html :: html chatbot 
Html :: how to change size of image in html 
Html :: bootstrap 5.0 css cdn 
Html :: checkbox switch bootstrap 
Html :: html sample code 
Html :: inner text and inner html 
Html :: rating star in html 
Html :: unicode menu icon 
Html :: social security number validate regex 
Html :: capture webcam js 
Html :: html icon animation 
Html :: set table column width 
Html :: select required 
Html :: android strings plural 
Html :: target vs currenttarget 
Html :: hide navbar bootstrap 5 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =