Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
New Perspectives on HTML5 CSS3 and JavaScript
Quiz 12: Working With Document Nodes and Style Sheets Tutorial
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
To represent an element name in the nodeName property, only lowercase letters are used.
Question 2
True/False
One advantage of the counter variable method over familial references method is that it also provides the flexibility to insert new nodes into a document within the for loop without having to recalculate the length of the child nodes collection.
Question 3
True/False
When the node.nodeType property returns a value of 8, it indicates that the node is a comment.
Question 4
True/False
The node.childNodes describes a collection of all of the nodes that are direct children of node .
Question 5
True/False
The selectorText property can only be used to read the text of a Cascading Style Sheets (CSS) rule.
Question 6
True/False
The node .previousSibling expression describes the sibling after node.
Question 7
True/False
The style sheet properties that are read-only cannot be changed in JavaScript.
Question 8
True/False
Each parent node can contain only one child node.
Question 9
True/False
The contents of an HTML file are arranged in a hierarchical structure, starting from the root html element itself and moving down to the text strings contained within individual page elements.