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

how to add bg color in html

bgcolor="red">
Comment

PREVIOUS NEXT
Code Example
Html :: django template tags background-image 
Html :: md bootstrap cdn 
Html :: link style page with html page in django 
Html :: align button right 
Html :: how to make a button not reload on click 
Html :: html first line indent 
Html :: doctype html charset utf-8 
Html :: tailwind css link 
Html :: jsf axonivy composite 
Html :: clear html screen 
Html :: send html file express 
Html :: how to limit characters in contenteditable div 
Html :: html telephone 
Html :: bootstrap text warning color 
Html :: html numeric keyboard 
Html :: basefont tag in html 
Html :: how to create html dropdown 
Html :: HOW TO USE A video on a html website from youtube 
Html :: html not displaying 
Html :: Send a SMS Text From A Link - the new code 
Html :: render text as html react 
Html :: input type submit align center 
Html :: html sound 
Html :: tab image code 
Html :: html fieldset color background 
Html :: whitespace html 
Html :: bootstrap dropdown on hover 
Html :: center text in a html file 
Html :: difernce between innertextand neer html 
Html :: js input change form submit 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =