Matching
Match each statement below with correct item :
Premises:
Represents the web page displayed in the browser
Attaches a node to the DOM tree
References elements using the syntax of CSS
References elements using the value of the HTML class attribute
Closes the current window
Nodes that are not part of a document
Maintains an internal list of all the documents that have been opened during the current web browser session
Also known as the browser object model (BOM)
Indexed collection of HTML elements
Each item in the DOM tree
Responses:
HTML collection
getElementsByClassName() method
client-side object model
node
document fragment
self.close()
querySelectorAll() method
History object
Document object
appendChild method
Correct Answer:
Premises:
Responses:
Represents the web page displayed in the browser
Attaches a node to the DOM tree
References elements using the syntax of CSS
References elements using the value of the HTML class attribute
Closes the current window
Nodes that are not part of a document
Maintains an internal list of all the documents that have been opened during the current web browser session
Also known as the browser object model (BOM)
Indexed collection of HTML elements
Each item in the DOM tree
Premises:
Represents the web page displayed in the browser
Attaches a node to the DOM tree
References elements using the syntax of CSS
References elements using the value of the HTML class attribute
Closes the current window
Nodes that are not part of a document
Maintains an internal list of all the documents that have been opened during the current web browser session
Also known as the browser object model (BOM)
Indexed collection of HTML elements
Each item in the DOM tree
Responses:
Related Questions
Q14: The History object contains a single property,
Q15: The getElementsBySelector()method returns a collection of elements
Q16: Explain the relationship between the Window object
Q17: Which is the correct way to reference
Q18: Which method adds a node to a
Q20: When you open a new web browser
Q21: A set of connected nodes that are
Q22: The _ object represents a web browser
Q23: Which method returns all h1 elements in
Q24: The first h2 element in a web