Elements Flashcards
1
Q
H1
A
Main header
2
Q
H2
A
Smaller header
3
Q
<p>
</p>
A
Paragraph element
4
Q
<!—content—>
A
Syntax for comments
5
Q
Main
A
Identifies main section of the page
6
Q
<img></img>
A
Image element
7
Q
Src
A
Used with image element for the image link
8
Q
Alt
A
Used for the text we see when an image doesn’t load
9
Q
Anchor <a></a>
A
For links
10
Q
Href
A
For link
11
Q
Target
A
Attribute used for changing target value ( if the link will open in a new tab and so on….)
12
Q
Section
A
Sections the code
13
Q
<ul>
</ul>
A
Unordered list
14
Q
<li>
</li>
A
List item
15
Q
Figure
A
Allows you to associate an image with a caption