Exam 13: Programming Web Pages With Javascript
Exam 1: Getting Started With Html67 Questions
Exam 2: Structuring Content in a Web Document71 Questions
Exam 3: Getting Started With Css71 Questions
Exam 4: Laying Out Elements With Css71 Questions
Exam 5: Formatting Text With Css71 Questions
Exam 6: Inserting and Working With Links70 Questions
Exam 7: Inserting and Working With Images71 Questions
Exam 8: Organizing Content With Lists and Tables70 Questions
Exam 9: Implementing Responsive Design71 Questions
Exam 10: Creating and Processing Web Forms71 Questions
Exam 11: Creating Visual Effects and Animation71 Questions
Exam 12: Incorporating Video and Audio71 Questions
Exam 13: Programming Web Pages With Javascript71 Questions
Exam 14: Integrating Social Media72 Questions
Exam 15: Optimizing Your Web Site for Search Engines71 Questions
Exam 16: Testing and Improving Performance71 Questions
Select questions type
The statement that creates a variable starts with the keyword __________.
(Multiple Choice)
4.9/5
(34)
To create a variable, you use the keyword create ._________________________
(True/False)
4.8/5
(31)
A(n) property is a JavaScript instruction that performs an action. _________________________
(True/False)
4.8/5
(44)
To retrieve data from or make changes to a web page element, you must first write code that identifies the specific object you want to work with.
(True/False)
4.9/5
(36)
Using comparison operators, you can create a(n) __________ statement, in which two values are compared and if the result is true, one or more statements are executed.
(Short Answer)
4.8/5
(38)
A common method for changing an element's CSS styles in response to a user's actions is to add or remove ID values from the element in response to events. _________________________
(True/False)
4.9/5
(34)
Referring to the figure above, the code addressState.textContent === "CO" is a(n) __________.

(Multiple Choice)
4.8/5
(33)
To execute the contents of a function, you must include a reference to the function name, known as a function __________, elsewhere in your code.
(Short Answer)
4.9/5
(43)
Case-Based Critical Thinking Question Alicia wants to increase the sizes of images on her website in response to users moving the mouse pointer over them. To add this feature, she plans to use JavaScript.
Alicia can create a set of statements to make the changes to her web page and reference the statements as a single unit by creating a(n) __________.
(Multiple Choice)
4.8/5
(39)
The ____ event occurs when a user moves the mouse pointer over an element or touches an element.
(Multiple Choice)
4.8/5
(35)
You can access any HTML element by specifying a CSS selector using the ____ method.
(Multiple Choice)
4.8/5
(33)
Showing 61 - 71 of 71
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)