Difference between revisions of "Crafting websites"
From Publication Station
Arjensuijker (talk | contribs) (Created page with "# Basics ## Writing hello world ## Defining some structure ## Discovering the elements (img, h1, p) # Styling ## Adding a stylesheet ## Writing fancy text ## Blocking some col...") |
Arjensuijker (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
## Writing fancy text | ## Writing fancy text | ||
## Blocking some color (absolute positioned divs) | ## Blocking some color (absolute positioned divs) | ||
# | # Positioning | ||
## Absolute | |||
### Z-index | |||
## Fixed | |||
## Relative | |||
### Floating elements | |||
# Linking | |||
## Anchor links | |||
## External links | |||
## Internal links | |||
### Managing multiple pages | |||
# Making it interactive | |||
## Hovering | |||
## CSS animation | |||
## Introducing JavaScript/jQuery |
Latest revision as of 12:58, 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
- Floating elements
- Absolute
- Linking
- Anchor links
- External links
- Internal links
- Managing multiple pages
- Making it interactive
- Hovering
- CSS animation
- Introducing JavaScript/jQuery