HTML 1
HTML 2
HTML 3
Websites
Other
100

What does the "p" in <p> stand for?

paragraph

100

Almost all of our content the user sees goes in which element?


body

100

What does the "li" in <li> stand for?

list item

100

What does WWW stand for?

World Wide Web

100

What is the next code we are studying after HTML ?

CSS 

200

Which HTML tag will create the largest heading?

1. <h1>

2. <head>

3. <h6>

4. <heading>

1. <h1>

200

What element would you use to make a numbered list?

1. <list>

2. <ol>

3. <li>

4. <ul>

2. <ol>

200

What element would you use to make a bulleted list?

1. <list>

2. <ol>

3. <li>

4. <ul>

4. <ul>

200

What does View Source do?

Brings up a note pad with the HTML code already used for the site.

200

What is the <title> tag used for? 

The title of your HTML file.

300

What should be the first line of your HTML files?

1. <!doctype html>

2. <body>

3. <html>

4. <head>

1. <!DOCTYPE html>

300

What does HTML stand for?

Hyper Text Markup Language 

300

How many different headings are there? 

6 headings 

300

What is the color of an unvisited link?

Blue

300

Why does YouTube use the color red?

The color red signifies excitement

400

What is the correct HTML for creating a hyperlink?

1. <a>https://www.l-spioneers.org/</a>

2. <a name="https://www.l-spioneers.org/">L-S Pioneers</a>

3. <a href="https://www.l-spioneers.org/">L-S Pioneers</a>

4. <a url="https://www.l-spioneers.org/">L-S Pioneers</a>

3. <a href="https://www.l-spioneers.org/">L-S Pioneers</a>

400

Give an example of an HTML attribute.

src, alt, href, ...

400

The title tag is kept inside the ______ ____.

head tag

400

Why is a navigation bar important? 

So the user can easily access all of the information and explore the website. 

400

What should values always be enclosed in?

1. Quotation marks

2. Commas

3. Parenthesis

1. Quotation marks

500

Fill in the blank. "src" and "alt" in the following element are examples of __________.

<img src="image.gif" alt="MyImage">

attributes

500

What is the purpose of having alternative text for an image?

It provides a backup in case your image doesn't download properly or for visually impaired users.

500

What is the correct HTML for inserting an image?

1. <img href="image.gif" alt="MyImage">

2. <image src="image.gif" alt="MyImage">

3. <img alt="MyImage">image.gif</img>

4. <img src="image.gif" alt="MyImage">

4. <img src="image.gif" alt="MyImage">

500

This is the file extension of a web page created in HTML programming.

.html/htm

500

Who is the subject of your recent horrible memes?

Mr Mac!

M
e
n
u