WEEK 2 Flashcards

1
Q

HTML documents must start with a type declaration

A

<!DOCTYPE html>

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

HTML ___ are defined with the <h1> to <h6> tags:

A

Headings

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

HTML ___are defined with the <a> tag:</a>

A

Links

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

They are used to provide additional information about HTML elements.

A

Attributes

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

The link address is specified in the ___

A

href attribute

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

HTML ___ are defined with the <img></img> tag.

A

Images

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

___ are made up by HTML elements.

A

HTML documents

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

HTML elements are written with a ___ tag, with an __ tag, with the content in
between

A

Start, End

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

All HTML documents consist of ___ HTML elements.

A

Nested

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

___ is everything from the start tag to the end tag

A

HTML element

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