HTML Flashcards
1
Q
The tag that encapsulates the entire page
A
html
2
Q
Contains metadata for the page, nothing stored here is ever displayed on the page.
A
head
3
Q
Contains all the elements displayed on a page
A
body
4
Q
Defines a section of the document, uses the full width of the page
A
div
5
Q
Defines a section of the document, only uses the space required to display the element
A
span
6
Q
Boldens text
A
b
7
Q
Italicizes text
A
i
8
Q
Creates a paragraph with space above and below the element
A
p
9
Q
Creates a hyperlink
A
a
10
Q
This is where the link in an <a></a> tag goes
A
href=””
11
Q
An unordered list, bulletpoints basically
A
ul
12
Q
An ordered, numbered list
A
ol
13
Q
The tag given to each element in a list
A
li
14
Q
The various heading tags
A
h1, h2, …, h6
15
Q
The image tag
A
img