Quiz 2 Study Guide
The first quiz of the course will include any content we covered in weeks 4-6. You can review details of what that was on the following pages:
You may also want to refer to the HTML Elements Reference to ensure you're comfortable answering questions about elements we've covered so far. Lastly, you likely want to briefly review sections 1.1 through 1.3, as much of the content builds upon earlier content in this course.
Key Concepts
In addition to reviewing the content above, you should feel comfortable answering the following questions:
- What are the two types of lists? When should we use each?
- What is the required attribute for an image element?
- What attribute of an image element is used for accessibility purposes? Why is it used?
- What does the
controlsattribute do for the audio/video elements? - Where and when does text placed inside of the video element render?
- When might we use tables?
- Create valid code for a table containing 3 rows and 4 columns.
- What is the purpose of a form element?
- What are input elements, and how do they work?
- What is the difference between a text input, and a password input?
- Is it possible to have a password input be used for something other than passwords?
- What is the difference between a radio button and a checkbox?
- How does a select element make it easier for us to collect user form data?