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

<th style="background-color:#4c8bf5">Metric</th>
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 :: html chatbot 
Html :: html tab character tag 
Html :: html meter change color 
Html :: HTML5 Details & Summary 
Html :: pass data from blade/laravel to vue 
Html :: font awesome 6 pro 
Html :: select placeholder 
Html :: select option default value 
Html :: html small tag 
Html :: html tag for modal 
Html :: website 
Html :: embed html 
Html :: curl html file 
Html :: html ascii for space 
Html :: pgadmin erd tool existing database 
Html :: style tag html 
Html :: social security number validate regex 
Html :: bootstrap dropdown with checkbox 
Html :: image with url html 
Html :: HTML Image Maps 
Html :: jquery ajax add loading 
Html :: nested select option in html 
Html :: range input html 
Html :: change the entire page font 
Html :: html accordion generator 
Html :: how to write multiple style in html 
Html :: span href 
Html :: country code dropdown with flag bootstrapp 
Html :: username patterns 
Html :: title tag in html 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =