WEEK 3 Flashcards
1
Q
HTML elements with no content are called ___
A
Empty elements
2
Q
This is an empty element without a closing tag that defines a line break
A
<br></br>
3
Q
Attributes are always specified in the ___
A
Start tag
4
Q
Attributes come in name/value pairs like ___
A
name=”value”
5
Q
The document language can be declared in the ___ tag.
A
<html>
</html>
6
Q
The language is declared in the ___
A
lang attribute
7
Q
The value of the ___
will be displayed as a tooltip when you mouse over the paragraph:
A
Title attribute