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 :: ion input password 
Html :: inspect google remote device disable screencast 
Html :: how to put text in the middle of a page html 
Html :: django template comments 
Html :: html input js onclick button click 
Html :: 0 
Html :: html copy button 
Html :: how to make a div in html 
Html :: autocomplete="off" 
Html :: bootstrap select dropdown height size 
Html :: phone input code 
Html :: html button click url 
Html :: bootstrap progress bar with percentage 
Html :: html download link 
Html :: youtube embed autoplay not working 
Html :: embed meta tag nextjs 
Html :: html boilerplate vscode 
Html :: how to collect input textbox in html 
Html :: vscode format html on save 
Html :: how can i make a quote element in html 
Html :: copy right html footer 
Html :: how to use lottie in html 
Html :: how to link a website in html 
Html :: breaks html 
Html :: how to add a button bootstrap 
Html :: meta property="og:description" 
Html :: datepicker bootstrap 
Html :: html pallete 
Html :: how to underline text in html 
Html :: cahnge bootstrap navbar color 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =