Lecture 2: Coding a Web Page

Overview:

  1. Selecting a Doctype
  2. Adding <html> and Specifying Document Language
  3. Not Losing Your <head>
  4. Giving it a Little <body>
  5. Building Starter Templates
  6. Validating Your Code

Selecting a Doctype

Adding <html> and Specifying Document Language

Giving it a Little <body>

Building Starter Templates

Validating Your Code