Skip to main content

How to change background colour in html

 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

Popular posts from this blog

Basic of HTML

                        HTML Html is a Hypertext Markup language ,which is used to develop web applications ,Android applications,etc. Browsers do not understand our communication language they have their own language in this blog we will learn one of them language  There are many languages which browsers support.Some of them are :-          DIFFERENT LANGUAGES

What are Tags and Attributes ?

The most important things you should know Today we will cover what are Tags and Attributes and how we use them in html  

Marquee Tag and paragraph Tag

  Content of the post 1)Marquee tag 2)Paragraph tag 3)Fieldset tag 4)Legend tag