Basic Webpage Flashcards

1
Q

How do you start a coding page and show where HTML starts?

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

How do you start a coding page and show where HTML starts?

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

How to show where the specific coding has finished

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

How to show the main body?

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

How to show the different style used?

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

How to show you are starting a paragraph?

A

<p> </p>

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

how to show different headers?

A

<h1> </h1>

… etc

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

How to show difference fonts?

A

P{
Font-family: “times new roman”, times, serif
}

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

How to show where the specific coding has finished

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

How to show the main body?

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

How to show the different style used?

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

How to show you are starting a paragraph?

A

<p> </p>

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

how to show different headers?

A

<h1> </h1>

… etc

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

How to show difference fonts?

A

P{
Font-family: “times new roman”, times, serif
}

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