Making Web Pages

Examples from Lecture

When you load an HTML page, right-click and choose "View Source" to see the source code for that page.

Connecting to midd-unix

HTML

Content

Layout

CSS

Styles can be applied to any element. Most commonly, they are applied to elements like paragraphs, links, and lists.

Colors

Colors can be specified using several different ways:

Common attributes

Link Styles

Links have a special syntax that allows you to do fancy hover effects:

More Resources