Learning Flashcards

1
Q

!Doctype.html

A

The first tag you always start with and doesn’t have a closing tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

html

A

The second tag you start with

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Head

A

To write the title

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

h6

A

To make the words smaller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

h1

A

To make the words bigger

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

p

A

To write a paragraph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

/html

A

The tag you always finish with

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

/p

A

when you finish a paragraph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

li

A

to write a list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

br

A

inserts single line break and doesn’t have a closing tab

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

/head

A

when you finish the the heading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ol

A

to make an order list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

strong

A

to make the word bold

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

img src=”____”

A

When you want to put an image while coding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

title

A

title of the document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A
17
Q

/title

A

when finishing writing your title

18
Q

width=”____”

A

how big you want the image

19
Q

ul

A

To make an unordered list

20
Q

/li

A

when you finish doing one list

21
Q

/ol

A

when you finish making your list and make it ordered

22
Q

/ul

A

when you finish doing your unordered list