HTML Forms QuizS2C Home « HTML Forms Quiz

The questions in this HTML quiz are on the topics covered in the HTML5 Intermediate 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 Intermediate 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 Intermediate Lessons Description Quiz Info.
Lesson 1 - MetadataIn this lesson we find out how to import external CSS files, insert meta information into our HTML documents and insert inline style information.Quiz1
7 questions
Lesson 2 - HTML Structure - LayoutIn this lesson we introduce some structural tags and how they affect the layout structure of our HTML.Quiz2
7 questions
Lesson 3 - More Text TagsIn this lesson we finish our investigation of text tags.Quiz3
6 questions
Lesson 4 - More FormattingIn this lesson we take a final look at HTML formatting tags.Quiz4
6 questions
Lesson 5 - Further Into SemanticsIn this lesson we take a last look at semantic tags.Quiz5
6 questions
Lesson 6 - Definition ListsIn this lesson we look at definition lists.Quiz6
6 questions
Lesson 7 - Image FlexibilityIn this lesson we look at how to bring more flexibility to our images.Quiz7
7 questions
Lesson 8 - More About LinksIn this lesson we finish our investigation of links.Quiz8
6 questions
Lesson 9 - An Introduction To TablesIn this lesson we begin our study of tables.Quiz9
7 questions
Lesson 10 - Getting To Grips With FormsIn this lesson we take a first look at forms.This quiz.
8 questions

HTML Intermediate Quiz 10

The quiz below tests your knowledge of the material learnt in HTML5 Intermediate - Lesson 10 - Getting To Grips With Forms.

Question 1 : Which HTML tag is used to create a multiple line space for user input?
- We use the <code>textarea</code> HTML tag to create a multiple line space for user input.
Question 2 : email, file and hidden are three examples of type attributes for which HTML tag?
- email, file and hidden are three examples of type attributes for the <code>input /</code> HTML tag.
Question 3 : Which <form> attribute tells the browser how to submit the form data?
- The <code>method</code> attribute tells the browser how to submit the form data.
Question 4 : Which HTML tag do we use to send the information from a form to the server.?
- We use the <code>submit</code> HTML tag to send the information from a form to the server.
Question 5 : The <button> tag must be placed within the <form></form> element?
- The <code>button</code> tag can be placed within a HTML form or on its own.
Question 6 : Which <form> attribute tells the browser which URL to invoke when the user submits the form?
- The <code>action</code> attribute tells the browser which URL to invoke when the user submits the form.
Question 7 : The <for> attribute of the <label> tag must match which attribute of the <input> tag to link them together?
- The <code>for</code> attribute of the <code>label</code> tag must match the <code>id</code> attribute of the <code>input</code> tag to link them together.
Question 8 : Which attribute do we use to send a value to the server?
- We use the <code>name</code> attribute to send a value to the server.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Intermediate - Lesson 10 - Getting To Grips With Forms


What's Next?

We begin the HTML Advanced quizzes with questions on the scripting tags.