HTML Advanced QuizS2C Home « HTML Advanced Quiz

The questions in these HTML quizzes are on the topics covered in the HTML5 Advanced section of the site. The table below lists the lesson used for each quiz, a description of the lesson content and the quiz number and questions associated with that lesson.

HTML Advanced Quiz Summary

Click on a lesson in the table to go to that lesson for a refresher on the topics for that quiz.

Click on a quiz in the table to go straight to the quiz for a particular lesson.

HTML5 Advanced Lessons Description Quiz Info.
Lesson 1 - Scripting In this lesson we look at the scripting tags available in HTML.Quiz1
7 questions
Lesson 2 - HTML Structure - PageIn this lesson we take a final look at structural tags and how they affect the page structure of our HTML.Quiz2
7 questions
Lesson 3 - Image MapsIn this lesson we learn how to add interaction to our images.Quiz3
7 questions
Lesson 4 - MediaIn this lesson we learn about the media tags introduced in HTML5.Quiz4
7 questions
Lesson 5 - Graphics & VisualsIn this lesson we look at the graphical and visual tags introduced in HTML5.Quiz5
7 questions
Lesson 6 - Embedded ObjectsIn this lesson we learn how to embed objects in our web pages.Quiz6
7 questions
Lesson 7 - Inline FramesIn this lesson we learn how to define iframes which are inline frames that hold another document.Quiz7
6 questions
Lesson 8 - Widgets / MiscellaneousIn this lesson we learn about the widget and miscellaneous tags introduced in HTML5.Quiz8
6 questions
Lesson 9 - Advanced TablesIn this lesson we learn about advanced HTML table features.Quiz9
8 questions
Lesson 10 - Advanced FormsIn this lesson we learn about advanced HTML form features.This quiz.
7 questions

HTML Advanced Quiz 9

The quiz below tests your knowledge of the material learnt in HTML5 Advanced - Lesson 10 - Advanced Forms.

Question 1 : Which HTML tag allows us to define a form control group?
- We use the <code>fieldset</code> HTML tag to define a form control group.
Question 2 : The <option> HTML tag can be used within the <optgroup> and within which other form tag?
- The <code>option</code> HTML tag can be used within the <code>optgroup</code> and <code>select</code> HTML tags.
Question 3 : Which HTML tag allows us to define a caption for a form control group?
- We use the <code>legend</code> HTML tag to define a caption for a form control group.
Question 4 : The <optgroup> HTML tag is selectable by the user?
- The <code>optgroup</code> HTML tag is used to label selectable options and as such is presentational and not selectable.
Question 5 : Which attribute from the <input> HTML tag is used to bind with the id attribute from the <datalist> HTML tag?
- The <code>list</code> attribute from the <code>input</code> HTML tag is used to bind with the <code>id</code> attribute from the <code>datalist</code> HTML tag.
Question 6 : Which HTML tag is often used together with the <fieldset> HTML tag?
- The <code>legend</code> HTML tag is often used together with the <code>fieldset</code> HTML tag.
Question 7 : Which attribute from the <output> HTML tag is used to bind with the id attribute from the <input> HTML tag?
- The <code>for</code> attribute from the <code>output</code> HTML tag is used to bind with the <code>id</code> attribute from the <code>input</code> HTML tag.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Advanced - Lesson 10 - Advanced Forms

What's Next?

In the next quiz we test your knowledge of inline frames.