COAP:COAP-3120/week8: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
Line 6: Line 6:
* Summary and outlook
* Summary and outlook


== Wednesday ==
=== Wednesday - Mid term exam ===
* Final exam
 
The final exam will take place on Wednesday week 8
 
* The exam is open book and open Internet
* Topics: Everything that was part of homework one, two and three (including underlying HTML)
 
'''HTML'''
 
* External, internal and inline CSS style
* Tags:
** div and span
** h1, h2, h3, h4
** p, blockquote, pre
** ol, ul, il
* HTML declarations on top
* HTML validation
* Character set declaration
 
'''CSS'''
* CSS comments
* Selectors, in particular simple ones (tag names), siblings, children, class and id
* Every '''property''' that was part of homework 1, 2, 3, 5, 6 and 7 (homework 4 and 8 will not be tested)
* Floats (i.e. you should be able to create a floating box within a text box, not part of hw 3)
* CSS '''values''': length, colors, percentages and keywords used with these properties
* Understand some simple cascading principles: E.g. that usually "last found" will win, and "inline" before "embedded style" or loaded style sheet.
* CSS positioning
 
'''Recommended reading''' (textbook chapters)
* Chapters 1,2,3,5,6,7,8,9 (scan the text quickly and only read sections about topics that you need and don't understand)
 
'''Handouts of interest to the exam'''
* [[CSS text styling tutorial]] (several textbook chapters summarized with respect to week 2 topic)
* [[CSS color and background tutorial]] (week 3 topic, summarizes chapter 7 or textbook and adds extra CSS3 information)
* [[CSS box model tutorial]] (week 4)
* [[CSS float tutorial]] (week 4)
* [[CSS tutorial]] (short CSS summary)
 


[[Category:COAP 3120]]
[[Category:COAP 3120]]

Revision as of 21:06, 6 December 2011

Monday

  • CSS compatibility
  • Summary and outlook

Wednesday - Mid term exam

The final exam will take place on Wednesday week 8

  • The exam is open book and open Internet
  • Topics: Everything that was part of homework one, two and three (including underlying HTML)

HTML

  • External, internal and inline CSS style
  • Tags:
    • div and span
    • h1, h2, h3, h4
    • p, blockquote, pre
    • ol, ul, il
  • HTML declarations on top
  • HTML validation
  • Character set declaration

CSS

  • CSS comments
  • Selectors, in particular simple ones (tag names), siblings, children, class and id
  • Every property that was part of homework 1, 2, 3, 5, 6 and 7 (homework 4 and 8 will not be tested)
  • Floats (i.e. you should be able to create a floating box within a text box, not part of hw 3)
  • CSS values: length, colors, percentages and keywords used with these properties
  • Understand some simple cascading principles: E.g. that usually "last found" will win, and "inline" before "embedded style" or loaded style sheet.
  • CSS positioning

Recommended reading (textbook chapters)

  • Chapters 1,2,3,5,6,7,8,9 (scan the text quickly and only read sections about topics that you need and don't understand)

Handouts of interest to the exam