 Call Kai
Call Kai Learn
Learn Practice Test
Practice Test Spaced Repetition
Spaced Repetition Match
Match1/7
Looks like no tags are added yet.
| Name | Mastery | Learn | Test | Matching | Spaced | 
|---|
No study sessions yet.
css
cascading style sheets
local vs remote
local is on own computer while remote is through web after publishing
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).
absolute urls
location doesnt matter
scheme
how to access resource (HTTP)
identifier
where to find resource
difference between id and class attributes
id is unique while with class many elements can have same class value
figure vs image tags
figure is block level element on own line while image is nested inside in-line