•The bgcolor attribute is used to control the background
of an HTML element, specifically page and table backgrounds. Bgcolor can
be placed within several of the HTML tags
Syntax
<TAGNAME bgcolor="value">
HTML Code:
<body bgcolor="Silver">
<p>We set the background...</p>
</body>
0 comments:
Post a Comment