InterviewSolution
Saved Bookmarks
| 1. |
Differentiate between BACKGROUND and BGCOLOR. |
|
Answer» BACKGROUND is the image attribute in <BODY> tag where you can place graphic object to make the web pages more attractive. BGCOLOR attribute is used to set the background color of the webpage. |
|