Exam 12: Working With Document Nodes and Style Sheets Tutorial
Exam 1: Getting Started With Html5118 Questions
Exam 2: Getting Started With Css Tutorial117 Questions
Exam 3: Designing a Page Layout Tutorial106 Questions
Exam 4: Graphic Design With Css Tutorial87 Questions
Exam 5: Designing for the Mobile Web Tutorial90 Questions
Exam 6: Working With Tables and Columns Tutorial69 Questions
Exam 7: Designing a Web Form Tutorial71 Questions
Exam 8: Enhancing a Website With Multimedia Tutorial73 Questions
Exam 9: Getting Started With Javascript Tutorial72 Questions
Exam 10: Exploring Arrays Loops and Conditional Statements Tutorial73 Questions
Exam 11: Working With Events and Styles Tutorial76 Questions
Exam 12: Working With Document Nodes and Style Sheets Tutorial76 Questions
Exam 13: Programming for Web Forms Tutorial78 Questions
Exam 14: Exploring Object-Based Programming77 Questions
Select questions type
Joshua has created a web page and implemented CSS in it. He has applied the style property to inline styles that can also be used with style rules and with style sheets. However, he wants to change a CSS rule in the stylesheet from h2 { color: blue; } to h3 { color: green; font-size: 1.2em; }
(Multiple Choice)
4.9/5
(50)
Which of the following methods includes or embeds a new node directly ahead of a child node?
(Multiple Choice)
4.7/5
(37)
The _____ method can be used to create a comment node containing the comment text .
(Multiple Choice)
4.8/5
(39)
The selectorText property can only be used to read the text of a Cascading Style Sheets (CSS) rule.
(True/False)
4.9/5
(32)
All the versions of Internet Explorer before IE9 do not support element node properties.
(True/False)
4.7/5
(42)
Explain the statement: " Nodes in the node tree have a familial relationship."
(Essay)
4.7/5
(38)
Which of the following values is returned by the node.nodeType property when the node is a document?
(Multiple Choice)
4.9/5
(28)
The style sheet properties that are read-only cannot be changed in JavaScript.
(True/False)
4.9/5
(42)
Identify the letter of the choice that best matches the phrase or definition.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(31)
In the following HTML code, the object reference document.styleSheets[0].cssRules[1] points to the _____ style rule. h1 {color: red;} h2 {color: blue;} h3 {color: green;} h4 {color: violet;}
(Multiple Choice)
4.8/5
(40)
An index value of 0 inserts a CSS rule at the end of a style sheet.
(True/False)
4.8/5
(40)
Style sheets loaded into a web document, both external sheets and embedded style sheets, are part of an object collection .
(True/False)
4.8/5
(42)
Identify the integer value returned by the rule.type property if it is describing the @media rule.
(Multiple Choice)
4.8/5
(32)
Which of these rules is represented by the rule.type property when its value is 5?
(Multiple Choice)
4.8/5
(42)
The document object model supports several methods to create, attach, and set the values of attributes.
(True/False)
4.9/5
(39)
The _____ style rule is described by the rule.type property if it returns an integer value of 6.
(Multiple Choice)
4.7/5
(35)
An attribute node contains an attribute that can be attached to an element node.
(True/False)
4.7/5
(30)
To create or set an attribute for an element, the createAttribute () method is used.
(True/False)
4.8/5
(35)
Showing 21 - 40 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)