Write about the Body Tags with all its attributes.
Answers
Explanation:
HTML | body Tag
• background: It contains the URL of background image. ...
• bgcolor: It is used to specify the background color of an image.
• alink: It is used to specify the color of active link.
• link: It is used to specify the color of visited links.
• text: It specify the color of text in a document.
hope it helps you ❤️
Answer:
HTML | <body> bgcolor Attribute
Last Updated: 07-08-2019
The HTML <body> bgcolor Attribute is used to define a Background color of a Document.
Syntax:
<body bgcolor="color_name | hex_number | rgb_number">
Attribute Values:
color_name: It specify the name of the Background color of the Document.
hex_number: It specify the hex code of the Background color in the Document.
rgb_number: It specify the rgb value of the Background color in the Document
Explanation:
hope this helps you