SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
Search
Test your basic knowledge |
Html DOM
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 37 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Represents the entire HTML document and can be used to access all elements in a page
Iframe object
Event object
Document object
Input radio object
2. Represents a fileupload in an HTML form
Input file object
Textarea object
Input submit object
Frame object
3. Represents the <body> element
Document object model
Body object
Option object
history
4. Represents a <textarea> element
Textarea object
Event object
Link object
Input radio object
5. Represents a submit button in an HTML form
Input submit object
Input radio object
Anchor object
TableData object
6. Represents a hidden field in an HTML form
Input file object
Document object model
Frameset object
Input hidden object
7. Represents a <button> element
Window object
Button object
Table object
Navigator object
8. Represents a text-input field in an HTML form
Body object
Input radio object
Input text object
Meta object
9. Represents a reset button in an HTML form
Image object
Input reset object
Location object
Event object
10. Represents a button in an HTML form
Body object
Base object
Input hidden object
Input button object
11. Represents a <tr> element
TableRow object
TableData object
Textarea object
Input text object
12. Presents an HTML document as a tree-structure (a node tree) - with elements - attributes - and text.
Link object
Area object
Input hidden object
Document object model
13. Represents an <iframe> element
Link object
history
Location object
Iframe object
14. Javascript DOM objects are: Window -Navigator -screen -________ -location
Iframe object
Input password object
Anchor object
history
15. Represents a <link> element
Input radio object
Option object
Link object
History object
16. Represents an <a> element
Base object
Anchor object
Area object
Frameset object
17. Represents a <meta> element
Input reset object
Base object
Meta object
Input submit object
18. Represents a <table> element
Input radio object
history
Document object model
Table object
19. Represents the state of an event
Event object
Input hidden object
Button object
Document object
20. Represents a <base> element
Base object
Textarea object
Image object
Document object
21. Represents a password field in an HTML form
Iframe object
Meta object
Document object model
Input password object
22. Contains information about the client's browser
Textarea object
Input text object
Navigator object
Base object
23. Represents a <frame> element
Input password object
Input submit object
TableRow object
Frame object
24. Represents a <td> element
TableData object
Input checkbox object
Input button object
Input text object
25. Represents an <area> element inside an image-map
Area object
Input hidden object
Body object
Window object
26. Represents a checkbox in an HTML form
Anchor object
Style object
Input checkbox object
Iframe object
27. Represents an individual style statement
Meta object
Body object
Table object
Style object
28. Represents an <option> element
Input text object
Input radio object
Option object
Select object
29. Represents a <form> element
Input password object
Navigator object
Form object
Input hidden object
30. Represents an <img> element
TableData object
Image object
Frame object
Document object
31. Represents a selection list in an HTML form
Input text object
Link object
Select object
Document object model
32. Represents a <frameset> element
Frameset object
Table object
Document object model
Textarea object
33. Contains information about the client's display screen
Input text object
Input hidden object
Screen object
Base object
34. The top level object in the JavaScript hierarchy. This represents a browser window. This is created automatically with every instance of a <body> or <frameset> tag
Window object
Meta object
Input text object
Body object
35. Represents a radio button in an HTML form
Navigator object
TableRow object
Input radio object
Iframe object
36. Contains the visited URLs in the browser window
History object
Frameset object
Iframe object
Option object
37. Contains information about the current URL
Link object
Input hidden object
Location object
Frame object