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 41
Multiple Choice
Which of the following properties returns the Boolean value true when an element contains an attribute?
Question 42
Multiple Choice
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; }
Question 43
Multiple Choice
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?
Question 44
Multiple Choice
The _____ style rule is described by the rule.type property if it returns an integer value of 6.
Question 45
Multiple Choice
Identify the syntax to remove a rule from a style sheet.
Question 46
Multiple Choice
Identify the syntax for adding new rules to a style sheet.
Question 47
Multiple Choice
The _____ property represents the object collection of style guidelines within a style sheet.
Question 48
Multiple Choice
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"?
Question 49
Multiple Choice
Which of the following methods returns the collection of attributes associated with node ?
Question 50
Multiple Choice
Identify the HTML code to create form buttons to switch between the web view and page view.
Question 51
Multiple Choice
Identify the integer value returned by the rule.type property if it is describing the @media rule.
Question 52
Multiple Choice
Identify the correct syntax to move up a node tree.
Question 53
Multiple Choice
Which of the following codes inserts text for each item as a hyperlink?
Question 54
Multiple Choice
Which of these rules is represented by the rule.type property when its value is 5?
Question 55
Multiple Choice
Identify a true statement about the sheet. parentStyleSheet property .
Question 56
Multiple Choice
A value of _____ is returned when the rule.type property describes the @charset rule.
Question 57
Multiple Choice
The _____ property describes the embed or link element node that creates a style sheet.
Question 58
Multiple Choice
Which of these properties describes the URL of a styleSheet file?
Question 59
Multiple Choice
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;}