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
In the following code, identify the value of children.length property if article is the element node. The U.S. Constitution Preamble We the People of the United States, in Order to form a more perfect Union …
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
C
William has created a page view style sheet and saved it in a file named esd.css. Which of the following tags should William add to the document head to apply the style sheet?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
C
Identify the correct syntax to move up a node tree.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
A
Case-Based Critical Thinking Questions Case 12-5 William has created the following style sheet rule for his website. h1 {color: violet;} h2 {color: yellow;} h3 {color: black;} h4 {color: blue;} Which of the following syntaxes must William apply to the style sheet to remove the color violet completely from the website?
(Multiple Choice)
5.0/5
(34)
What are calculated styles based on? Explain how the calculated value of a specific style is retrieved.
(Essay)
4.8/5
(33)
Case-Based Critical Thinking Questions Case 12-4 Jonathan has created a web document and has included multiple stylesheets in it. He wants to access details of the stylesheets included in the web document using stylesheet properties. Which of the following properties will provide Jonathan with the exact number of stylesheets loaded into the web document?
(Multiple Choice)
4.8/5
(30)
Case-Based Critical Thinking Questions Case 12-2 Samantha has been asked by her university to create a website that contains a list of all the subjects that the students in Computer Science and Information Science can take up during each semester in college. She wants to create a nested list that will contain an h1 heading level for a student's chosen subject stream, h2 heading level for the semester number, h3 heading level for the name of the subject, and h4 heading level for its subdivisions. While creating the nested list, Samantha has to include Computer Science as a new list item. Identify the level of the newly inserted item.
(Multiple Choice)
4.8/5
(38)
Which of the following code creates a list item element by using the setAttribute () method to set the ID value of the list item to the text string "list1"?
(Multiple Choice)
4.8/5
(37)
Identify the method used to create an element node with the name elm .
(Multiple Choice)
4.8/5
(34)
The insertrule() method is used to add style rules to an embedded style sheet.
(True/False)
4.8/5
(39)
Identify a true statement about the counter variable method for looping through a collection of child nodes.
(Multiple Choice)
4.7/5
(32)
Which of the following codes inserts text for each item as a hyperlink?
(Multiple Choice)
4.7/5
(28)
Case-Based Critical Thinking Questions Case 12-1 Consider the following code that Wilson has written in HTML: Historic Documents Dept. of History The constitution online. Identify the headLevel value for the element node "Dept. of History".
(Multiple Choice)
4.9/5
(41)
The _____ property represents the object collection of style guidelines within a style sheet.
(Multiple Choice)
4.7/5
(36)
Identify a true statement about the method node .cloneNode( deep ) .
(Multiple Choice)
4.9/5
(32)
The _____ method traverses all of the child nodes of node where any adjacent text nodes are merged into a single text node.
(Multiple Choice)
4.9/5
(40)
Which of the following methods returns the collection of attributes associated with node ?
(Multiple Choice)
4.8/5
(38)
When the node.nodeType property returns a value of 8, it indicates that the node is a comment.
(True/False)
4.9/5
(37)
Case-Based Critical Thinking Questions Case 12-3 Natasha has created the following nested list: h1 text h1 text h2 text h2 text h3 text h3 text h4 text h1 text Identify the total number of times the parentNode property will be applied if Natasha wants to move from the h4 heading level to the h1 heading level.
(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 76
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)