it403 quiz 3 html

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

css

cascading style sheets

2
New cards

local vs remote

local is on own computer while remote is through web after publishing

3
New cards

relative urls

some info needed to access resource is provided implicitly.
prefers when accessing local resources.
expresses relationship between two things (current location and target resource).

4
New cards

absolute urls

location doesnt matter 

5
New cards

scheme

how to access resource (HTTP)

6
New cards

identifier

where to find resource

7
New cards

difference between id and class attributes

id is unique while with class many elements can have same class value

8
New cards

figure vs image tags

figure is block level element on own line while image is nested inside in-line