WEEK 3 Flashcards

1
Q

HTML elements with no content are called ___

A

Empty elements

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

This is an empty element without a closing tag that defines a line break

A

<br></br>

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

Attributes are always specified in the ___

A

Start tag

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

Attributes come in name/value pairs like ___

A

name=”value”

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

The document language can be declared in the ___ tag.

A

<html>
</html>

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

The language is declared in the ___

A

lang attribute

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

The value of the ___
will be displayed as a tooltip when you mouse over the paragraph:

A

Title attribute

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