1.8 - Style (CSS)
1.8 - Style (CSS)
Today's lesson is mostly live demo. If you miss class, read and follow the links below to learn independently (and ask a classmate).
Review:
Various HTML tags for things like text, tables, lists, and images
Most tags have lots of optional attributes
w3schools and Google are your best friend for learning HTML!
Reminder: Organization
From now on, it will be very important to organize your files into proper sub-folders. The recommended organization is:
images
html (or pages)
css (or style)
scripts
You must have an index.html at the root of your website.
A website consists of three pieces:
The content (HTML)
The look (CSS)
The interaction (JavaScript or JS)
Today we'll have a look at Cascading Style Sheets - CSS (aka Style)