Computer Science, asked by rajrupa12356, 1 year ago

list and explain the different attributes of body tag

Answers

Answered by vikashRaojaat
30

Answer:

The <body> tag

bgcolor. This is the colour of the BG, or BackGround, of your page. ...

text. This will change the colour of all the text on your whole page, unless you have changed the colour manually (find out how in the text section). ...

link. ...

vlink. ...

alink. ...

background. ...

margins. ...

Pick your background well.

Answered by pragyakirti12345
4

Answer: In HTML, < body > tag is an element which contains the content of the webpage. < body > element contains images, links, tables, paragraphs, headings, ordered and unordered lists and many more.

Explanation:

In HTML, < body > tag is an element which contains the content of the webpage. < body > element contains images, links, tables, paragraphs, headings, ordered and unordered lists and many more. The <body> tag defines the body of a webpage.

Some of the tag specific attributes of < body > tag are :

bgcolor : It sets the color of the Background of webpage

alink : It sets the color of text for links

background : It sets image to be used as a background

link : It shows color of text for links that are not visited

vlink : Color of text for visited links

text : Color of the text of your webpage

margins : It is used to add margins to the webpage

___________________________________________________

Related Links :

Explain how special characters will be presented using HTML.

https://brainly.in/question/4947627

What is an HTML element? Give structure of an HTML element.

https://brainly.in/question/4947473

#SPJ2

Similar questions