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