InterviewSolution
Saved Bookmarks
| 1. |
Create a Web page showing attributes of Body tag in HTML. |
|
Answer» Attribute VALUE Description text color It determines the color of the text in the document. (Not supported in HTML5) vlink color It determines the color of the VISITED LINK. (Not supported in HTML5) onload Function call on PAGE loading onunload Function call when user LEAVES the page |
|