Crafting websites

From Publication Station
Revision as of 12:03, 23 July 2015 by Arjensuijker (talk | contribs)
  1. Basics
    • Writing hello world
    • Defining some structure
    • Discovering the elements (img, h1, p)
  1. Styling
    • Adding a stylesheet
    • Writing fancy text
    • Blocking some color (absolute positioned divs)
  1. Positioning
    • Absolute
      • Z-index
    • Fixed
    • Relative
      • Floating elements
  1. Linking
    • Anchor links
    • External links
    • Internal links
      • Managing multiple pages
  1. Making it interactive
    • Hovering
    • CSS animation
    • Introducing JavaScript/jQuery