Level 1

Index

  1. HTML and CSS basics
    • HTML and CSS basics objectives
    • Text editor
    • HTML Layouts
    • HTML basic tags
    • Indentation and spacing
    • Block elements
    • Block elements practice
    • Inline elements
    • Inline elements practice
    • Styling text
    • Styling text practice
    • Styling with classes
    • Classes practice
    • Organizing with divs and spans
    • Div and span practice
    • Laying out with floats
    • Floats practice
    • The box model
    • Box model practice
    • Cascading
    • Cascading practice
    • Applying other people's styles
    • Theme practice
    • Grid system and responsive design
    • Grid, theme, and media query practice
  2. Introduction to Git
    • README template
    • Git clone
    • Git with Teams
    • Git cheat sheet
    • GitHub Pages
  3. JavaScript basics
    • JavaScript basics objectives
    • Arithmetic
    • Arithmetic practice
    • Variables
    • Variables practice
    • Methods
    • Methods practice
    • Strings
    • String practice
    • Functions
    • Functions practice
    • Writing functions
    • Practice writing functions
    • JavaScript branching and looping objectives
    • Branching
    • Branching practice
    • More branching
    • More branching practice
    • Arrays
    • Arrays practice
    • JavaScript Reserved Words
    • Looping
    • Looping practice
    • Looping with for
    • For loop practice
    • Debugging in JavaScript
    • JavaScript code review
    • JS JSON
  4. jQuery
    • jQuery objectives
    • Introducing jQuery
    • jQuery practice
    • Simple effects
    • jQuery effects practice
    • DOM manipulation and traversal
    • DOM manipulation and traversal practice
    • Forms
    • Forms practice
    • Attributes
    • jQuery attributes practice
    • JQuery Code Review
    • More JQuery Practice