InterviewSolution
Saved Bookmarks
| 1. |
Which is the object that defines methods that allow complete control over page content?(a) The client-side document object(b) The server-side document object(c) Both client-side and server-side document object(d) Web document object |
|
Answer» Right choice is (a) The client-side document object Explanation: A web page is divided into two object documents in which one is client-side document object and the other is server-side document object. The client-side document object defines methods that allow complete control over page content |
|