HTML documents must start with a type declaration
<!DOCTYPE html>
HTML ___ are defined with the <h1> to <h6> tags:
Headings
HTML ___are defined with the <a> tag:</a>
Links
They are used to provide additional information about HTML elements.
Attributes
The link address is specified in the ___
href attribute
HTML ___ are defined with the <img></img> tag.
Images
___ are made up by HTML elements.
HTML documents
HTML elements are written with a ___ tag, with an __ tag, with the content in
between
Start, End
All HTML documents consist of ___ HTML elements.
Nested
___ is everything from the start tag to the end tag
HTML element