Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Dreyfuzz/5564965 to your computer and use it in GitHub Desktop.
Save Dreyfuzz/5564965 to your computer and use it in GitHub Desktop.
Front End 101
* Totally new to HTML and CSS
* Perhaps has seen it before, but not written much (if any)
* Not sure what tags, attributes, or selectors are
* <img>, <a>, and <p> are exciting and new
Front End 102
* Knows the basic idea behind HTML and has possibly written some
* New to CSS
* Perhaps has worked with a WYSIWIG editor but hasn't coded an HTML document from scratch
* Has heard of a tags or attributes before, but isn't sure what they are
* Recognizes <a href="http://www.google.com">this</a> but couldn't define what each piece means
Front End 103
* Some experience with HTML & CSS
* Has possibly worked with the web inspector in Chrome or Firebug in Firefox before
* Could possibly write a link in HTML
* Not totally comfortable with CSS, but gets the basics
Front End 201
* Feels pretty comfortable with CSS & HTML basics, but not sure how they relate to web apps
* Knows about web development, but not a lot of front end experience
* Maybe knows a programming language
* Perhaps has used the Web Inspector before
Front End 301
* Knows how to include a stylesheet in an HTML documents
* Feels comfortable with terminology like tag and attribute
* Has made and deployed a website with custom CSS or used a framework like Bootstrap or Foundation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment