How To Change Background Color in HTML | Web Designing | HTML Tutorial for Beginners | Part #03 | By Mr Tech 001 |

 How To Change Background Color in HTML? Part #03




Today we will learn that.


How to change Background color in HTML.


If we write a code inside a tag. It is an attribute of this tag.


I write a code inside the body tag.


bgcolor="skyblue"

<html>

       <head>

             <title></title>

       </head>

<body bgcolor="skyblue">


</body>

</html>


Result..



bgcolor="purple"


<html>

       <head>

             <title></title>

       </head>

<body bgcolor="purple">

</body>

</html>


Result..


Hope you didn't find it difficult to understand.

Good Bye.




How To Change Background Color in HTML | Web Designing | HTML Tutorial for Beginners | Part #03 | By Mr Tech 001 |

#htmltutorial
#backgroundcolor
#mrtech001


Click here to watch a video of this class






No comments:

if you have any doubts, please let me know

Powered by Blogger.