InterviewSolution
Saved Bookmarks
| 1. |
The style property belongs to which of the following object?(a) Element(b) Window(c) Location(d) Navigation |
|
Answer» Correct answer is (a) Element For explanation I would say: Each Element object has style and className properties that allow scripts to specify CSS styles for a document element or to alter the CSS class names that apply to the element. |
|