Attributes of BODY tag
MARGIN ATTRIBUTE Margin refers to the blank area left from the edges of the page on all the sides: top, bottom, left and right. The values of margin of HTML document are given in pixels . LEFTMARGIN ATTRIBUTE This attribute is used to set the left margin of the web pages. Syntax : <BODY leftmargin=value> Ex : <BODY leftmargin=40> RIGHTMARGIN ATTRIBUTE This attribute is used to set the right margin of the web pages. Syntax : <BODY rightmargin=value> Ex : <BODY rightmargin=10> TOPMARGIN ATTRIBUTE This attribute is used to set the top margin of the web pages. Syntax : <BODY topmargin=value> Ex : <BODY topmargin=30> BOTTOMMARGIN ATTRIBUTE This attribute is used to set the bottom margin of the web pages. Syntax : <BODY bottommargin=value> Ex : <BODY bottommargin=50> EXAMPLE <h...