Reading-Notes

My journal for Code Fellows


Project maintained by RogerMReyes Hosted on GitHub Pages — Theme by mattgraham

HTML Links, JS Functions, and Intro to CSS Layout

HTML

Directory Structures - pages can be organized into folders and can be thought of a tree

Chapter 15: Layout

Positioning of Elements - is important for proper page layout

JavaScript

Chapter 3: Functions, Methods, and Objects

Functions - A group of statements used to perform a task

Return to Code 201 Table of Contents