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