Learning Flashcards
1
Q
!Doctype.html
A
The first tag you always start with and doesn’t have a closing tab
2
Q
html
A
The second tag you start with
3
Q
Head
A
To write the title
4
Q
h6
A
To make the words smaller
5
Q
h1
A
To make the words bigger
6
Q
p
A
To write a paragraph
7
Q
/html
A
The tag you always finish with
8
Q
/p
A
when you finish a paragraph
9
Q
li
A
to write a list
10
Q
br
A
inserts single line break and doesn’t have a closing tab
11
Q
/head
A
when you finish the the heading
12
Q
ol
A
to make an order list
13
Q
strong
A
to make the word bold
14
Q
img src=”____”
A
When you want to put an image while coding
15
Q
title
A
title of the document