What?
Why?
How?
100

What does the / do in tags?

It closes the tag!

100

Why are we learning HTML?

So we can make our own websites!

100

How would I bold text?

<strong> and </strong>!

200

What does <meta> do? 

Tells the browser more details, like what character sets you're using!

200

Why do we spell 'source' as src in HTML?

Because HTML won't recognise 'source'!

200

How would I italicize text?

<em> and </em>!

300

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

<ul> is for bullet pointed lists, and <ol> is for numbered lists!
300

Why do we need to close tags? 

So the browser knows then to stop applying a tag to text!

300

How would I make a list?

<ul> and </ul> OR <ol> and </ol>!

400

What do the numbers in the heading tags do? (<h1>, <h2>, <h3>, etc...)

It decides how big or important the heading is!

400

Why do we want to change the height OR the width of an image and not both at the same time?

It will squish the image! 


400

How would I give an image alt text?

alt="text here" inside of the image tag!

500

What do the letters in the <ol> and </ol> tags stand for?

Ordered List!

500

Why do we always want to make sure our images have alt text?

So people using screen readers can understand what the images are showing!

500

How would I change the width of an image? 

width="value" inside the image tag!

M
e
n
u