Horje

How to Set the background color of a html body (with CSS)

Follow the Example.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color: #E6E6FA;
}
</style>
</head>
<body>

<h1>Hello world!</h1>
<p><a href="https://horje.com">Visit Horje.com!</a></p>

</body>
</html>

Output should be:

How to Set the background color of a html body (with CSS)




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin