InterviewSolution
Saved Bookmarks
| 1. |
Which of the following Module is not available in CSS3.(a) DOMs(b) Fonts(c) Backgrounds and Borders(d) Color |
|
Answer» The correct choice is (a) DOMs The best explanation: The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated. |
|