Answers for "how to give background color to body in html"

4

html how to change background color

<body style="background-color:powderblue;">
<p style="background-color:tomato;">This paragraph has a red background.</p>
</body>
Posted by: Guest on September-04-2020
0

html body tag

<body>
  <!-- this is the body,the body 
	lement contains all the contents of an HTML document, 
	such as headings, paragraphs, images, hyperlinks, tables,
 	lists, etc -->
</body>
Posted by: Guest on August-25-2020

Code answers related to "how to give background color to body in html"

Browse Popular Code Answers by Language