COAP:COAP-3120/week5: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 29: Line 29:


'''CSS'''
'''CSS'''
* Every property that was part of homework one, two and three
* Every '''property''' that was part of homework one, two and three
* CSS length values, colors, percentages and keywords used with these properties
* CSS '''values''': length, colors, percentages and keywords used with these properties
 
'''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'''
* [[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)


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

Revision as of 15:23, 16 November 2011

COAP 3120 Week 5 program and mid term

Main topic: Positioning (to be confirmed)

Monday

  • Positioning .... details TBA

Mid term exam

The exam will take place on Wednesday week 5

  • 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

  • Every property that was part of homework one, two and three
  • CSS values: length, colors, percentages and keywords used with these properties

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