How to Change background colour in html?
To change background colour of html document
Follow these steps
<html>
<head><title>change bg colour </title></head>
<body bgcolor ="yellow" >
</body>
</html>
This bgcolor attribute is used inside body tag to change background color.
Thank you for watching this blog. Follow me
Have a nice day
Comments
Post a Comment