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
HTML5 and CSS Comprehensive
Quiz 9: Integrating Javascript and Html5
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Short Answer
The ____________________ method uses a length value to extract y number of characters starting at x location.
Question 82
Multiple Choice
Identify the letter of the choice that best matches the phrase or definition. -The symbol for this is the plus sign (+)
Question 83
Short Answer
The ____________________ property of the select list returns the value of the selected item.
Question 84
Multiple Choice
Identify the letter of the choice that best matches the phrase or definition. -Setting this property to zero clears any existing selected items
Question 85
Short Answer
If an HTML ____________________ line is used and not closed properly,it will treat the rest of the Web page document as a comment.
Question 86
Short Answer
The ____________________ event triggers the associated function when the Web page has completed loading into the browser.
Question 87
Short Answer
Not all browsers support the CSS ____________________ color attributes.
Question 88
Short Answer
JavaScript makes use of ____________________ to make Web pages more dynamic and interactive by allowing JavaScript code to execute only in response to a user action.
Question 89
Short Answer
When a user clicks a button,a JavaScript user-defined function may be associated with that event,and the function will execute if the event is captured and then ____________________,or calls,the user-defined function.