MIDTERM EXAMINATION IN WEB DEVELOPMENT
Quiz by Renee Roseller Grafilon
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- view complete results in the Gradebook and Mastery Dashboards
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
Our brand new solo games combine with your quiz, on the same screen
Correct quiz answers unlock more play!
- Q1
What HTML stands for?
Hyper Text Markup Language
Hyper Text Markingup Language
Hype Text Markup Language
Hype Text Markingup Language
15s - Q2
This element is the root element of an HTML page
<html>
<title>
<body>
<head>
15s - Q3
This element contains meta information about the HTML page
<head>
<html>
<title>
<body>
15s - Q4
This element specifies a title for the HTML page (which is shown in the browser's title bar or in the page's tab)
<title>
<html>
<head>
<body>
15s - Q5
This element defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
<body>
<html>
<head>
<title>
15s