We already discussed that html is divided in to two parts they are head section and body section.we have seen about head section.Now we will discuss about body section.
Attributes:– Attributes provides additional information about HTML elements.
Attributes of body section:
Body section have the attributes like—>bgcolor,text,background,a link,vlink.
bgcolor–>we can fill the browser client area with any color.
text—->we can show the text with any color.
background–>we can put any image on back ground.
a link—>active link(which is not visited yet)—>.there must be space between a and link
vlink—->visted link(which is visted already)—>there is no space between v and link.
<br>or</br> is nothing but break tag which is used as a enter key.
<a></a> it is called anchor tag.It is used to insert links.
Example to explain about body section and its attributes:
When you click on Google
when you click on youtube
when you click on Gmail
So in output google,youtube and gmail are visted links (vlink) and where as facebook is not visted yet so it is a link.




