InterviewSolution
Saved Bookmarks
| 1. |
Write the syntax to add back ground color |
|
Answer» ong>Answer: To set the background COLOR in HTML, use the style attribute. The style attribute specifies an inline style for an ELEMENT. The attribute is USED with the HTML tag, with the CSS property background-color. HTML5 do not support the tag bgcolor attribute, so the CSS style is used to add background color. |
|