#Unit 9 - HTML 2
##Synopsis This unit introduces linking pages, creating relative links, images, and creating forms.
##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 II, exercises 1-6 - teaches HTML lists
- HTML Basics III - introduces
<div>
,<table>
, and<span>
- HTML and CSS Projects - open-ended HTML and CSS practice projects in increasing order of difficulty.
##Standards
###English Standards
Follow precisely a complex multistep procedure when carrying out experiments, taking measurements, or performing technical tasks, attending to special cases or exceptions defined in the text.
###Math Standards
Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output.1
###ScriptEd Standards
CPP.L2-03 & CPP.L3A-01: HTML pages
- Student can employ HTML body / head tags
- Student can create sections and groups in HTML.
- Student can identify and explain the separation of structure and style in the creation of web pages.
CPP.L2-03 & CPP.L3A-01: Page Content
- Student can use appropriate tags to display text, titles, tables and lists on a webpage.
- Student can use the nesting structure of web pages to group elements and control page flow.
CPP.L2-03 & CPP.L3A-01: Wire Framing
- Student can construct a wire frame for a web page using HTML
Career Readiness: Independence in Problem Solving
- Student utilizes a repertoire of resources (search engines, StackOverflow, Mozilla Developer Network, comments and documentation, personal notes) to answer questions and solve problems.