Skip to content

Latest commit

 

History

History
executable file
·
46 lines (31 loc) · 2.24 KB

README.md

File metadata and controls

executable file
·
46 lines (31 loc) · 2.24 KB

#Unit 10 - HTML/CSS Advanced

##Synopsis This unit delves into <div> tags, id, class, float, transitions, and animations.

##Lessons

  1. Divs, IDs, and Classes
  2. CSS Robot Project
  3. CSS Zen Garden

##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. HTML Basics III - introduces <div>, <table>, and <span>
  2. CSS Positioning, exercises 13-25 - covers CSS positioning, including float and clear properties as well as static, absolute, and relative positioning
  3. Build a Resume - use CSS knowledge so far to build a resume

####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
Use parallel structure

CCSS.ELA-LITERACY.L.9-10.1.B
Use various types of phrases (noun, verb, adjectival, adverbial, participial, prepositional, absolute) and clauses (independent, dependent; noun, relative, adverbial) to convey specific meanings and add variety and interest to writing or presentations.

####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-03 Design, develop, publish, and present products (e.g., webpages, mobile applications, animations) using technology resources that demonstrate and communicate curriculum concepts.

#####CPP.L3A-01 Create and organize web pages through the use of a variety of web programming design tools.