Computer Science, asked by mc9188442, 1 month ago

Bgcolor is Used to specify the path of the picture to be displayed in background in a webpage true/false​

Answers

Answered by Anonymous
29

Required Answer :

Q⟩ Bgcolor is used to specify the path of the picture to be displayed in background in a webpage.

This statement is false.

Explanation :

The bgcolor attributes is used to set the perfect background colour in HTML elements.

And in this statement it is said that bgcolor is used to specify the path of the picture to be displayed in background in a web page. This statement is false.

Reason:

To add images or pictures we use img src tag in an HTML page not bgcolor.

So, here we can conclude that the given statement is false.

Extra information :

Bgcolor tag example :

→ <body bgcolor=red> </body>

Img src example :

→ <img src="image.jpg" width="104" height="142">

Know about HTML :

⋆ HTML stands for Hyper text markup language.

⋆ HTML is a markup language for decreasing web pages.

⋆ HTML document are described by HTML tags.

Similar questions