The <body> tag defines the body of the HTML page where the actual page contents are placed. The most commonly used attributes for an <body> tag are
background: to specify a background image for the page
bgcolor: to specify a background colour for the page
text: to specify the text colour
<body bgcolor="silver" text="blue" >
The remaining chapters of this tutorial will explain the tags that goes inside the body tag.
Nothing yet..be the first to share wisdom.