0% found this document useful (0 votes)
2 views1 page

HTML Body Attributes

The document outlines various attributes of the HTML body tag, including their short descriptions and practical examples. Attributes such as bgcolor, background, text, link, vlink, alink, leftmargin, and topmargin are detailed with corresponding HTML code snippets. These attributes control the appearance and layout of a webpage's body section.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

HTML Body Attributes

The document outlines various attributes of the HTML body tag, including their short descriptions and practical examples. Attributes such as bgcolor, background, text, link, vlink, alink, leftmargin, and topmargin are detailed with corresponding HTML code snippets. These attributes control the appearance and layout of a webpage's body section.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Body tag Attributes

Short Description Practical Example


Attribute

Sets the background color of the <body bgcolor=”yellow”>


bgcolor webpage
Sets an image as the page <body background=”[Link]”>
Background background
Changes the default color of all <body text=”blue”>
Text text.
Sets the color of unvisited links <body link=”green”>
Link
Sets the color of visited links. <body vlink=”purple”>
Vlink
Sets the color of a link while <body alink=”red”>
Alink being clicked
Sets the space from the left edge <body leftmargin=”50”>
Leftmargin (in pixels).
Sets the space from the top <body topmargin=”30”>
Topmargin edge(in pixels)

You might also like