Saved Bookmarks
| 1. |
Which of the following is the correct way to add background color in HTML? |
|
Answer» 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. |
|