#Unit 10 - HTML/CSS Advanced
##Synopsis
This unit delves into <div>
tags, id
, class
, float, transitions, and animations.
##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.
- HTML Basics III - introduces
<div>
,<table>
, and<span>
- CSS Positioning, exercises 13-25 - covers CSS positioning, including
float
andclear
properties as well asstatic
,absolute
, andrelative
positioning - Build a Resume - use CSS knowledge so far to build a resume
####English Standards
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.