Difference between revisions of "Crafting websites"

From Publication Station
(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...")
 
 
(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

  1. Basics
    1. Writing hello world
    2. Defining some structure
    3. Discovering the elements (img, h1, p)
  2. Styling
    1. Adding a stylesheet
    2. Writing fancy text
    3. Blocking some color (absolute positioned divs)
  3. Positioning
    1. Absolute
      1. Z-index
    2. Fixed
    3. Relative
      1. Floating elements
  4. Linking
    1. Anchor links
    2. External links
    3. Internal links
      1. Managing multiple pages
  5. Making it interactive
    1. Hovering
    2. CSS animation
    3. Introducing JavaScript/jQuery