Step One

1. Main Site Root Folder

The Site Root Folder is key to your project's success. It should be kept in one place and never moved. It's recommended to save it on a flash drive and create backups.

Steps to set up in Dreamweaver:

  1. Go to the drag down menu, Sites
  2. Choose Manage Sites...
  3. Click on New Site in the lower right corner
  4. Name the Site (e.g., MSRF for Main Site Root Folder)
  5. Click on the small folder icon next to "Local Site Folder"
  6. Click on Save

2. HTML Sandwich

Modern HTML documents follow this structure:

  1. Doctype Declaration: <!doctype html>
  2. HTML Element: <html>
  3. Head Element: <head>
  4. Body Element: <body>

3. HTML Structure and Content

HTML uses various elements to structure web content:

4. CSS = Style

CSS defines the look and layout of a web page. Modern practices include:

5. Advanced CSS Techniques

Modern CSS includes advanced layout techniques: