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