Skip to content

Lesson Helpers

Kay edited this page Dec 30, 2015 · 1 revision

For the duration of the workshop, we will focus on practicing the following concepts. Students who feel up-to it are completely encouraged to challenge yourself and go beyond these helpers.

HTML Elements and Attributes

  • Block elements: div | h1, h2 ...h6 | p | ul | ol | form | table
  • Inline elements: a | img | button | input | b, i, u | span
  • Attributes: id | class

CSS Syntax

  • Selectors: element | .class | #id
  • Properties: color | background-color | padding | margin | width | height | float
Clone this wiki locally