Art 301 Week 4A
points vs pixels
pixels type measurement
or ems or %’s
Problems I see so far:
1. File folder structure
2. File Naming
<a href=”link” target=”_blank”>
leading = line-height
backgrounds repeat
set rules repeat x axis or y axis or no-repeat
relative link – means relative to the root folder that the documents are in
absolute link – specific location url
http://www.csunweb.enculture.com/fall14tr/see/Week%204/images/
CSS – cascading style sheets
inline vs embedded (head tag of HTML document) vs attached (stand alone css file)
Tags – predetermined HTML
ID – always preceded # and apper Once per page
Class – always preceded . and repeat multiple times per page
When adding padding to a <div> the width itself increases.