HTML Tags
Syntax
Vocabulary
Websites
Really Funny Jokes
100

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

paragraph

100

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

list item

100

What does HTML stand for?

Hyper Text Markup Language 

100

What does WWW stand for?

World Wide Web

100

How does a tree get on the computer?

It logs on!

200

Which HTML tag will create the largest heading?

1. <h1>

2. <head>

3. <h6>

4. <heading>

1. <h1>

200

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>

200

What is the difference between <ul> and <ol>

<ul> are unordered lists with bullets. <ol> are ordered lists with numbers

200

How many different headings are there? 

6 headings 

200

What do you get when you cross a computer and a life guard?

a screensaver!

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 is missing from this list?

<li>First item!</li>  

<li>Second item!</li>  

<li>Last item!</li>

<ol> or <ul> tags

300

What is a block level container (or ‘division’ of the web page) for content

Div

300

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


body

300

Why did the cat sit on the computer?

To keep an eye on the mouse!

400

What element would you use to make a numbered list?

1. <list>

2. <ol>

3. <li>

4. <ul>

2. <ol>

400

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">

400

The title tag is kept inside the ______ tag.

head tag

400

Why is a navigation bar important? 

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

400

Why was the computer late to work?

He had a hard drive!

500

What is the <title> tag used for? 

The title of your HTML file.

500

How many rows are in this table?

<table>
    <tr>
      <td>Banana</td>
      <td>$56.75</td>
    </tr>
    <tr>
      <td>Yogurt</td>
      <td>$12.99</td>
    </tr>
</table>

There are 2 rows
500

<!-- What is this syntax for -->

Comments

500

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

.html/htm

500

What did the computer do at lunchtime?

He had a byte!

M
e
n
u