Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Latest commit

 

History

History

4-GA-

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

#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

  1. GA Dash

##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.

  1. Make an Interactive Website - introduces Javascript and jQuery. Specifically, this lesson covers event handlers.

##Standards

####English Standards

CCSS.ELA-LITERACY.L9-10.1

Demonstrate command of the conventions of standard English grammar and usage when writing or speaking.

CCSS.ELA-LITERACY.L.9-10.1.A

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

  1. Student can use "onclick" events to trigger JavaScript behavior from user interaction.