Sunday, June 15, 2014

Building a Web Page with Dreamweaver - Step 1

In this post you’ll learn how to create a flexible web page structure that you can customize for your needs.




Step 1: Set up a project folder on your computer

Dreamweaver thinks in terms of building web sites, not just single web pages.

Therefore, one of the first things you must do when working with Dreamweaver, is to create a folder on your computer where you will save all of your HTML, CSS, and image files .

On your computer, create a new folder and give it a name such as “My web site.” This folder will be the “root” folder of your new web site. Inside this folder, create two additional folders called “assets” and “css.” You will store all of your HTML files on the root of this project folder and store your images and css files inside the new internal folders.


Set up a new folder on your computer for your project. Create two additional sub folders inside it called assets and css.

Next - Step 2 : Set up a new site in Dreamweaver

No comments: