What does the "p" in <p> stand for?
paragraph
Almost all of our content the user sees goes in which element?
body
What does the "li" in <li> stand for?
list item
What does WWW stand for?
World Wide Web
What is the next code we are studying after HTML ?
CSS
Which HTML tag will create the largest heading?
1. <h1>
2. <head>
3. <h6>
4. <heading>
1. <h1>
What element would you use to make a numbered list?
1. <list>
2. <ol>
3. <li>
4. <ul>
2. <ol>
What element would you use to make a bulleted list?
1. <list>
2. <ol>
3. <li>
4. <ul>
4. <ul>
What does View Source do?
Brings up a note pad with the HTML code already used for the site.
What is the <title> tag used for?
The title of your HTML file.
What should be the first line of your HTML files?
1. <!doctype html>
2. <body>
3. <html>
4. <head>
1. <!DOCTYPE html>
What does HTML stand for?
Hyper Text Markup Language
How many different headings are there?
6 headings
What is the color of an unvisited link?
Blue
Why does YouTube use the color red?
The color red signifies excitement
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>
Give an example of an HTML attribute.
src, alt, href, ...
The title tag is kept inside the ______ ____.
head tag
Why is a navigation bar important?
So the user can easily access all of the information and explore the website.
What should values always be enclosed in?
1. Quotation marks
2. Commas
3. Parenthesis
1. Quotation marks
Fill in the blank. "src" and "alt" in the following element are examples of __________.
<img src="image.gif" alt="MyImage">
attributes
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.
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">
This is the file extension of a web page created in HTML programming.
.html/htm
Who is the subject of your recent horrible memes?
Mr Mac!