images Flashcards
1
Q
tag for image
A
img
2
Q
what does src do
A
tells html where to look for image
3
Q
2 ways to source
A
locally or externally
externally is copying image address online
4
Q
alt
A
can show text description of img instead if not viewable
5
Q
how to use local source
A
drag folder in
img./folder/picture
if in diff folder
img../folder/subfolder/picture