HTML Flashcards

1
Q

Write an HTML Doctype

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

Write an HTML Doctype

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

Set the character set for a page.

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

Where is the meta tag placed in the html?

A

Within the head tag.

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

Where does the title tag go in the html?

A

Within the head tag.

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

Where does the title tag go in the html?

A

Within the head tag.

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

Set the character set for a page.

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

Where is the meta tag placed in the html?

A

Within the head tag.

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

Add a title element to the page.

A

Hello

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

Where does the title tag go in the html?

A

Within the head tag.

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

How do you add form inputs?

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

What are the three parts of the input element?

A

type, id, and name

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

Write a sample form input.

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

Do input elements have a closing tag?

A

No

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

Is a textarea an input type? Or a tag?

A

A tag.

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

Where do tags go?

A

Inside form elements.

17
Q

Do s need closing tags?

A

Yes.

18
Q

What is a mandatory part of a button tag?

A

A type.