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
Web Programming with HTML5 CSS and JavaScriptb
Quiz 13: Web Development and HTML/CSS
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Short Answer
A pseudo-class begins with a colon and it conditionally selects elements from a group of elements specified by the selector at the immediate left of the colon. If there is no explicit selector, then the implicit selector is ______.
Question 42
Short Answer
The ______ image file format was invented in 1996 as an open-source alternative to the GIF format because the GIF format was copyright protected.
Question 43
Short Answer
By default, browsers use purple to display links that have been clicked recently. They are formally known as ______ links.
Question 44
Short Answer
You should always surround attribute values with _______, thus forming a string.
Question 45
Essay
What does it mean for container elements to be properly nested?
Question 46
Short Answer
To improve the following code's style, what should you do with the " character references? <p>And God said "Let there be light."</p>
Question 47
Short Answer
Consider the following code: <img id="zoomba-class" src="zoomba.j p g" alt="zoomba class"> Assume the above img element is positioned within the current web page. Provide an element that would link to the above img element.