Step One

Main Site Root Folder

The main site root folder contains: CSS, downloads, images, java script, Index.HTML, about us.HTML, contact.HTML. For dreamweaver, once you create the folder, the folder cannot be moved or it messes dreamweaver up. Also in dreamweaver, you havee to point out where your folder is or else dreamweaver will create a file folder for you.

HTML Sandwich

For the HTML sandwich, it is linear so dreamweaver reads the code from top to bottom. It is generally just a series of tags and pairs (beginning to end). The sandwich reads as follows: first is doc type (whether is HTML or something else), next is HTML, then Meta data which is head and /head. After that it would be the body with closing and then the closing of the HTML.

HTML Structure and Content

For the HTML content and structure, it has four parts: header, main, body, and footer. The body of the HTML is the largest structure you have. Most of the boxes that you use and or sometimes see in HTML are invisible. CSS is equal to the style of your HTML, and CSS stands for cascading style sheets. While HTML stands for hypertext markup langauge.

CSS = Style

The best way to deal with CSS is to create a new page and then link them together, another way to deal with CSS is that it can be put in the HTML sandwich but in the head section. the final way to deal with CSS is to apply it in the line, but remember last man always wins. Also in CSS you can use different fonts but it will slow the webpage down, so max would be two type face families. Google fonts is the best font website to use for CSS.