What are the three main tags of html?
<html>
<head>
<body>
Also acceptable: <!DOCTYPE html>
Where does the <p> tag go?
the body
I want to make the word happy in this sentence bold. How do I do that?
Use a <em> </em> tag around it.
Shaking My Head
This tag helps write paragraphs
<p> </p>
What does HTML stand for?
Hyper Text Mark up Language
Where does the title go and what is it called?
Head - Metadata
I want to make a list of the students based on class ranking what do I do?
use an ordered list
What is the most viewed video on YouTube?
Baby Shark with 14.1 billion views
Creates ordered lists
<ol> </ol>
Rules that the internet uses to have the same rules for sending, receiving, and viewing webpages.
Protocols
What is the first tag?
<DOCTYPE! html>
I want to make a link to Wikipedia but have it say answers.
<a href="https://wikipedia.org">Answers</a>
What movie is this line from: "You're going to need a bigger boat."?
Used for images
<img src="upload.wikimedia.org.jpg">
How do you know is a website is secure?
The locked lock next to the URL or
the "s" in https://
What tag shows the language used to code the webpage?
<html></html>
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
Which basketball team owns the longest winning streak in NBA history?
Los Angeles Lakers
What is the website we use for coding in this class?
CodeHS
What are two types of lists?
ordered and unordered
What would I use to make an image a link?
<a><img></img></a>
put an <img> tag inside a <a> tag
What was the first Pixar movie released?
Toy Story