COAP:COAP-3120/week2: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<categorytree hideprefix=always mode="all" depth=1 style="float:right; clear:right; margin-left:3px; border:1px solid gray; padding:0.7ex; background-color:#f9f9f9;">COAP 3120</categorytree> | <categorytree hideprefix=always mode="all" depth=1 style="float:right; clear:right; margin-left:3px; border:1px solid gray; padding:0.7ex; background-color:#f9f9f9;">COAP 3120</categorytree> | ||
... under construction ..... | |||
== COAP 3120 Week 1 program == | == COAP 3120 Week 1 program == | ||
'''Main learning goals''' | |||
* Be able to include CSS in an HTML document: external files, internal style sheets, @import, inline | |||
* Understand basic principle of CSS: Selectors and properties | |||
* Be able to use HTML elements made for CSS (div and span) | |||
* Use of text/HTML/CSS editors | |||
* Use browser extensions for checking HTML and CSS validity, and analyzing pages | |||
* Think about good style and good visual style | |||
=== Monday === | |||
'''HTML principles''' | |||
* The three dominant HTML families (HTML 4x, XHTML 1x, HTML5) | |||
* The div and span tags | |||
'''Selectors''' | |||
* | |||
=== Wednesday === | |||
=== Homework 1 === | |||
* Styling of a text document, details TBA | |||
'''Reading''' | |||
* Chapter 2, The Bits that make up a Style Sheet | |||
* Chapter 3, Selectors (only pp 39-49) | |||
* Chapter 5, Applying Font Faces (only 73-82) | |||
* Chapter 6, Manipulating the Display of Text (only: “Line height” section) | |||
* Chapter 8, The Box Model (only: Margins section) | |||
[[Category:COAP 3120]] | [[Category:COAP 3120]] |
Revision as of 16:03, 25 October 2011
... under construction .....
COAP 3120 Week 1 program
Main learning goals
- Be able to include CSS in an HTML document: external files, internal style sheets, @import, inline
- Understand basic principle of CSS: Selectors and properties
- Be able to use HTML elements made for CSS (div and span)
- Use of text/HTML/CSS editors
- Use browser extensions for checking HTML and CSS validity, and analyzing pages
- Think about good style and good visual style
Monday
HTML principles
- The three dominant HTML families (HTML 4x, XHTML 1x, HTML5)
- The div and span tags
Selectors
Wednesday
Homework 1
- Styling of a text document, details TBA
Reading
- Chapter 2, The Bits that make up a Style Sheet
- Chapter 3, Selectors (only pp 39-49)
- Chapter 5, Applying Font Faces (only 73-82)
- Chapter 6, Manipulating the Display of Text (only: “Line height” section)
- Chapter 8, The Box Model (only: Margins section)