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

how to edit colours in background html

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

PREVIOUS NEXT
Code Example
Html :: javascript button toggle on off 
Html :: text in imgae tag html 
Html :: html paragraph with spaces 
Html :: Shubham Narayan More Html Notes 
Html :: telerik export to excel with leading zero 
Html :: html franc symbol 
Html :: html go to specific part of page 
Html :: navbar html 
Html :: html render div 
Html :: mobile screen ful width not get in html 5 
Html :: clearing dist in parcel 
Html :: image from website in whatshapp with meta tag 
Html :: mozilla date input 
Html :: html symbols 
Html :: inline heading and input 
Html :: Adding multiple class using ng-class 
Html :: image background drawable android studio 
Html :: flutter html parser 
Html :: html form tag 
Html :: coding a classic grid in html 
Html :: dropdown in markdown 
Html :: section tag 
Html :: angularjs call js function 
Html :: remove active class from all li javascript 
Html :: how to show data in html table from database in multiple table in laravel 
Html :: boots form 
Html :: Mega Menu ADA Compliance 
Html :: how to make clicking button send you down to a certain section of page html 
Html :: Testing the dom api 
Html :: HTML <address for Contact Information 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =