#Unit 4 - HTML, CSS & jQuery
##Synopsis This unit uses a step-by-step walkthough produced by General Assembly. In this walkthough students are provided with directions to create a mock blog site. This walkthrough incorporates aspects of HTML, CSS and jQuery.
##Lessons
##Codecademy Resources The following CodeCademy lessons correspond and will help student understand the concepts in this unit. The teacher may choose to assign these lessons if they would like.
- Make an Interactive Website - introduces Javascript and jQuery. Specifically, this lesson covers event handlers.
##Standards
####English Standards
Demonstrate command of the conventions of standard English grammar and usage when writing or speaking.
Using parallel structure.
####CSTA Standards
CT.L2-03 Define an algorithm as a sequence of instructions that can be processed by a computer.
CT.L2-04 Evaluate ways that different algorithms may be used to solve the same problem.
CPP.L2-05 I - Event-Driven Behavior
- Student can use "onclick" events to trigger JavaScript behavior from user interaction.