InterviewSolution
Saved Bookmarks
| 1. |
Sharnbhavi has to design two web pages with following specifications :(i) One web page should have an unordered list.(ii) Another web page should have background "Yellow" in colour.Suggest her suitable tag(s) and attribute(s) for the above specifications. |
|
Answer» (i) <UL> <LI> (ii) <body> tag and bgcolor attribute |
|