Week 2

Resources

Intro to HTML

MDN has a great reference of all the HTML tags used on the web. Here's some HTML tags you'll probably use a lot:

There are a bunch of things that make up a web page aside from the actual document content itself. Stuff like:

Generally speaking, metadata goes in the <head> tag, and page content goes in the <body> tag.

Positioning

When you use anything other that static (the default value for position), you'll be able to use the properties top, right, bottom and left to adjust your elements position, but how it is positioned depends on what value you set position to:

Submitting Homework



In-Class Photos