Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/30
Score 0
Piece of an HTML doc that may contain text, images, paragraphs, & headings or can contain hidden information about the document (like head & title).
30
img
element
attribute
tag
Q 2/30
Score 0
Code that shows the beginning and ending of an HTML element (for example: <body> </body>).
30
container
tag
attribute
element
30 questions
Q.
Piece of an HTML doc that may contain text, images, paragraphs, & headings or can contain hidden information about the document (like head & title).
1
30 sec
Q.
Code that shows the beginning and ending of an HTML element (for example: <body> </body>).
2
30 sec
Q.
Extra information in an opening tag that allows you to manipulate the element (hyperlink, image source, style).
3
30 sec
Q.
An element that is a self-closing tag; it's not a container; adds space between elements in a website.
4
30 sec
Q.
Declares that the document is HTML.
5
30 sec
Q.
The container of all other elements.
6
30 sec
Q.
An element for non-visual information.
7
30 sec
Q.
An element that gives a name to the website browser tab.
8
30 sec
Q.
The container of all visual elements.
9
30 sec
Q.
element used to add images into your website
10
30 sec
Q.
anchor element used to hyperlink a website into your website
11
30 sec
Q.
attribute used to add URL link information for an image address; always paired with img tag
12
30 sec
Q.
attribute used to add URL link information for a hyperlink; always paired with the a tag
13
30 sec
Q.
the smallest heading
14
30 sec
Q.
the largest heading
15
30 sec
Q.
Which one of these is NOT one of the 5 essential elements that you need to build a website?
16
30 sec
Q.
You are writing a medium-sized heading on your website called "Hello World". There iss a bug in this code. How would you debug this code: <h3>Hello World</h6>
17
30 sec
Q.
Mr. Marro wants to build a new website for pictures of Daffy Duck that he finds on the Internet. Mr. Marro finds this image at http://i.imgur.com/EGBdn8B.png, and he wants to add it to his HTML file. How would Mr. Marro add the image to his HTML file?
18
30 sec
Q.
True or False: The <title> tag goes inside of the <head> tag.
19
30 sec
Q.
A <p> tag represent a ______.
20
30 sec
Q.
An <img> tag is ALWAYS paired with which attribute?
21
30 sec
Q.
An <a> tag is ALWAYS paired with which attribute?
22
30 sec
Q.
What does an anchor tag allow your to add to your website?
23
30 sec
Q.
What is an attribute’s main role?
24
30 sec
Q.
What is the difference between <ol> and <ul> tags when creating lists?
25
30 sec
Q.
When writing lists, why do we need to add <li> tags around each piece of information for our list?
26
30 sec
Q.
If you created a grocery shopping list, would you use an ordered or unordered list and WHY?
27
30 sec
Q.
What is the closing tag for the body element look like?
28
30 sec
Q.
Which is the element in this line of code? <p style="color: red;background:yellow;">
29
30 sec
Q.
Why will the following anchor tag in the box NOT work?