list and explain the different attributes of body tag
Answers
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.
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