Scripting QuizS2C Home « Scripting 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.This quiz.
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
6 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
6 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
7 questions
Lesson 10 - Advanced FormsIn this lesson we learn about advanced HTML form features.Quiz10
8 questions

HTML Advanced Quiz 1

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

Question 1 : The <noscript> tag allows us to perform script based rendering when JavaScript is turned off in the browser?
- This is <code>false</code> as the <code>noscript</code> tag allows us perform NON script based rendering when JavaScript is turned off in the browser.
Question 2 : The <script> tag lets us put JavaScript into our HTML documents and must reside where within a HTML document?
- The <code>script</code> tag must reside within the opening and closing <code>body</code> tags but can be placed anywhere within this element.
Question 3 : When are the contents within the <noscript> HTML tag triggered by the browser?
- The contents within the <code>noscript</code> HTML tag are triggered by the browser, when JavaScript has been turned off within the browser.
Question 4 : The content of the <template> HTML tag is hidden on page load?
- The content of the <code>template</code> HTML tag is hidden on page load.
Question 5 : The <script> HTML tag is used for?
- The <code>script</code> HTML tag can be used for defining an inline script or importing a script to be embedded within the HTML document.
Question 6 : The <template> HTML tag is used for declaring fragments of JavaScript?
- The <code>template</code> HTML tag is used for declaring fragments of HTML.
Question 7 : What do we do with the contents of the <template> HTML tag?
- We clone and insert the contents of the <code>template</code> HTML tag.
Quiz Progress Bar Please select an answer

Related Tutorial

HTML5 Advanced Tutorials - Lesson 1 - Scripting


What's Next?

In the next quiz we test your knowledge of the page HTML structural tags.