CSS Coding Flashcards

1
Q

Who created the first computer-to-computer web link?

A

ARPANET (Advanced Research Projects Agency Network)

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

What is TCP?

A

Transmission Control Protocol

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

What does URL stand for?

A

Uniform Resource Locator

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

What does HTTP stand for?

A

HyperText Transfer Protocol

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

What does CSS mean?

A

Cascading Style Sheets

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

What is HTML enclose with?

A

<>

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

How do you change the color of your text?

A

color:green

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

How do you change the font size of text?

A

font-size = “6”

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

How do you change text position in CSS?

A

text-align: center

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

How do you change the image location in CSS?

A

float:right

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

How do you change the background color in CSS?

A

backround-color:lightgreen

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

How do you give your text a border?

A

border:25px dotted

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

How do you add padding?

A

padding:25px

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

How do you add margin?

A

margin:50px

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

What does the class name begin with?

A

.

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

Where do you put all CSS properties?

A

in between the { }

17
Q

What can you use when using .text?

A

❂The text-align,
❂font-size and,
❂Background-color.

18
Q

What do you use for value?

A

(=) OR (“ “)

19
Q

You can apply a CSS class to an HTML element in your _______

A

body

20
Q

How do you make CSS more effective?

A

by splitting the classes into groups.

21
Q

What does html contain?

A

text, images, and instructions about how to display the text/images on-screen

22
Q

What do you do in HTMl to show the ending of a segment?

A

>

23
Q

What can CSS be used for?

A

Color, font, text position, text size, image location, background color, and more

24
Q

What can allow a webpage to be user interactive?

A

JavaScript

25
Q

What is a self closing tag?

A

a tag that doesn’t need a > to close it off

26
Q

is an image tag a self closing tag?

A

Yes

27
Q

how do you set the height of your element?

A

height:100px

28
Q

how do you set the width of your element?

A

width:100px

29
Q

How do you start off an html document?

A

!DOCTYPE html (with brackets)

30
Q

what does <p> do?</p>

A

creates a new paragraph

31
Q

What does do?

A

closes a paragraph