Tags
Web sites
Ordering
Problems
Pop culture
100

What are the three main tags of html?

<html>

<head>

<body>

Also acceptable:  <!DOCTYPE html>

100

Where does the <p> tag go?

the body

100

I want to make the word happy in this sentence bold.   How do I do that?

Use a <em> </em> tag around it. 

100
What does the acronym "smh" stand for?

Shaking My Head

200

This tag helps write paragraphs

<p> </p>

200

What does HTML stand for?

Hyper Text Mark up Language

200

Where does the title go and what is it called?

Head - Metadata

200

I want to make a list of the students based on class ranking what do I do?

use an ordered list

200

What is the most viewed video on YouTube?

Baby Shark with 14.1 billion views

300

Creates ordered lists

<ol> </ol>

300

Rules that the internet uses to have the same rules for sending, receiving, and viewing webpages.

Protocols

300

What is the first tag?

<DOCTYPE! html>

300

I want to make a link to Wikipedia but have it say answers.

<a href="https://wikipedia.org">Answers</a>

300

What movie is this line from: "You're going to need a bigger boat."?

Jaws
400

Used for images

<img src="upload.wikimedia.org.jpg">

400

How do you know is a website is secure?

The locked lock next to the URL or

the "s" in https://

400

What tag shows the language used to code the webpage?

<html></html>

400

How would I color the background blue for the whole page?

Use the "style" attribute and "background-color:blue" property in the opening <body> tag

400

Which basketball team owns the longest winning streak in NBA history?

Los Angeles Lakers

500

Creates a link to google.com

<a href="https://google.com"></a>

500

What is the website we use for coding in this class?

CodeHS

500

What are two types of lists?

ordered and unordered

500

What would I use to make an image a link? 

<a><img></img></a>

put an <img> tag inside a <a> tag

500

What was the first Pixar movie released?

Toy Story

M
e
n
u