HTML Flashcards
1
Q
html
A
start tag
2
Q
h1
A
heading
3
Q
p
A
paragraph
4
Q
h*
A
these tags are used to define headings in order of importance and, therefore, size
5
Q
img
src
alt
A
add image
specifies the file path of the image
specifies alternate text for image
6
Q
< a href
A
hyperlink and also we can add the text we want to use instead
7
Q
ul
A
Defines an unordered list
8
Q
li
A
to define each list item