Tags Flashcards

1
Q

What is the first tag that goes at the top of the page?

A

<!DOCTYPE html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the second tag that gets placed on a page and where does it end?

A

<html>
He gets placed on line number two and it ends at the very bottom of the page
</html>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What gets placed after the HTML tag?

A

The <head> tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What gets placed inside of the <head> tag?

A

The <title> tag</title>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What tag goes after the <head> tag?

A

The <body> tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the <h> tag?</h>

A

The heading tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the <p> tag?

A

Paragraph tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the <b> tag?</b>

A

The bold tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where does the </body> tag go?

A

At the bottom of the page right before the </html> tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How many <h1> one tags can you have on one page?

A

Only one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly