2nd quarter css intro Flashcards

1
Q

css stands for

A

casacdig style sheet

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

CSS use for

A

describe how eleemnts should be displayed

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

creator

A

Hakon wium lee

july 16, 1965, Norway

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

variatof css

A

css 1- dec 17, 1996- hakon and bert bass
css 2- may 1998- large single
specification defining various features
css4 - june 1999- split into many modules

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

css syntax

A

consist of selector and declaration

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

selector

A

what part of html u want to style

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

declaration

A

porperties; value

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

method of css

A

3 types

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

internal

A

add <style> right after <head></style>

<style>

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

PROS AND CONS INTERNAL

A

PROS
class and id selectors
no need to upload multiple files
CONS
adding code increase page size and loading

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

external

A

-link pages in external css source
-most efficient method for arge webseite
-by editing .css source file you can change whole site

<link rel=”stylesheet”type=text/css”href=”stylesheet/css”>

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

PROS AND CONS

A

PROS
cleaner strucuture
may use.css file for multiply page

CONS
page may not be rendered correclty
increase download site

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

Incline

A

style spedific element w/o uisnf selectors

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

PROS AND CONS

A

PROS
quick fixes
easily increase value
no need to create seperate doc

CONS
time consuming
can affect page size

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