HTML & CSS Flashcards

1
Q

Paragraph Tag

A

<p> </p>

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

Paragraph Tag

A

<p> </p>

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

Image Tag

A

<img></img>

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

Anchor Tag

A

<a> Click here for my page </a>

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

Ordered List Tag

A

<ol>
<li> Example </li>
</ol>

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

Unordered Tag

A

<ul>
<li> Example </li>
</ul>

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

Target Attribute

A

<a> Click Here </a>

Blank opens link in new browser window/tab.

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

What is the basic html code?

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

CSS: Background Colour

A

body {background-color:colour;}

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

CSS: Text Colour

A

h1 {color:colour;}

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

CSS: Text Align

A

p {text-align:center;}

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

CSS: Font Style

A

body {font-family:font;}

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

CSS: Font Size

A

h1 {font-size:numberpx;}

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

Inline CSS: Text Align

A

<p> </p>

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

CSS: Multiple Areas, Same Style

A

p, h1 {text-align:center;}

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

External CSS Link

A
17
Q

Image Tag

A

<img></img>

18
Q

Anchor Tag

A

<a> Click here for my page </a>

19
Q

Ordered List Tag

A

<ol>
<li> Example </li>
</ol>

20
Q

Unordered Tag

A

<ul>
<li> Example </li>
</ul>

21
Q

Target Attribute

A

<a> Click Here </a>

Blank opens link in new browser window/tab.

22
Q

What is the basic html code?

A
23
Q

CSS: Background Colour

A

body {background-color:colour;}

24
Q

CSS: Text Colour

A

h1 {color:colour;}

25
Q

CSS: Text Align

A

p {text-align:center;}

26
Q

CSS: Font Style

A

body {font-family:font;}

27
Q

CSS: Font Size

A

h1 {font-size:numberpx;}

28
Q

Inline CSS: Text Align

A

<p> </p>

29
Q

CSS: Multiple Areas, Same Style

A

p, h1 {text-align:center;}

30
Q

External CSS Link

A