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 background color

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

PREVIOUS NEXT
Code Example
Html :: How to add background color in specific region using HTML 
Html :: kodingan menambahkan judul isi di html 
Html :: keep favicon 
Html :: default bosy email html css 
Html :: timezone picker html 
Html :: hell 
Html :: http request for resource not found 
Html :: access django object in html 
Html :: html img 
Html :: simple form label 
Html :: how to check password and retype password in html 
Html :: html learning site 
Html :: html basic tags 
Html :: later synonym 
Html :: html how to make a link traget a new window 
Css :: css center element on screen 
Css :: how to remove text selection in css 
Css :: font helvetica css 
Css :: css not first child 
Css :: remove underline from a link css 
Css :: stop selection css 
Css :: responsive image in css 
Css :: font awesome after css 
Css :: html table td spacing 
Css :: div border glow effect css 
Css :: center on page css 
Css :: add google font 
Css :: how to import fonts css 
Css :: detect portrait landscape css 
Css :: elementor icon list alignment 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =