Search
 
SCRIPT & CODE EXAMPLE
 

HTML

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

PREVIOUS NEXT
Code Example
Html :: jquery insert html into iframe 
Html :: html arrow symbol 
Html :: grepper logo 
Html :: where should favicon.ico be placed in flask app 
Html :: alpine js click preventdefault 
Html :: set file allow html 
Html :: links html 
Html :: html input autocomplete=off not working 
Html :: click on button fire to another button 
Html :: onclick show div and hide other div 
Html :: svg img tag not showing 
Html :: fibonacci series in html 
Html :: on click in a tag 
Html :: bootstrap selec 
Html :: comment a div in html 
Html :: markup embed youtube 
Html :: how to give a space in html 
Html :: tag img 
Html :: html auto download file 
Html :: can i use the input tag without the form tag 
Html :: datetime local input 
Html :: react-render-html 
Html :: how to change the color of text in marquee in html 
Html :: angular material disable radio button 
Html :: navbar horizontal in html 
Html :: how to make a div responsive in css 
Html :: progress bar bootstrap 
Html :: meta description tag in html 
Html :: capturar valor de title por medios de class jquery 
Html :: on phone option html 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =