|
|
Backstage Pass to Internet
course developed by: Alan Damon
The six steps to creating a web page:
Step 1 - Facilitate File Management
-
Create a folder with an appropriate name in which you will place all the files which concern your site - "My First Web Site". To create a folder
on your desktop, right-click and choose "new" and then "folder".
-
Inside that folder,
create two folders, one called "first_site" and the other called "Other Files". The first folder will contain all the files which will be published on Internet. It will be a copy of exactly what people will find on line. The folder called "Other Files" will contain rough drafts, lists of
things to modify, e-mail addresses or anything else which is related to the site but which is not published.
-
Inside the folder called "first_site"
create one last folder called "images" which will contain all the photos, graphs, animations and icons on your pages. The reason for this is that a on a site such as www.eabjm.org, with three dozen or more pages,
each with the EABJM logo on it, putting one copy of the logo in the "images" folder is all that is necessary to have it show up on each page. Every page has a line of text with an img src tag pointing to that one file.
Step 2 - Create the Home Page
|
|