How to work efficiently!
Making a Template

1. Create a Folder.
In the folder HTML, create a folder entitled business 5 page web."
Save everything from this assignment into this folder
 

2. Create a Template in notepad.
Open note pad, create a note pad file (do not save it as .htm) and save it as "template".
  
In this notepad file create an HTML Template for all the standard tags (<HTML><HEAD><TITLE><BODY>) needed for a basic page. See example below!

Goal:  Create a basic website for the company
you made your
portfolio for in Publisher


1. Create a folder called company web. Copy and Paste template into it.

In it, create 5 basic pages in notepad: Do not past any code into them

 

2. Open template, save as “template and links
 

3.Copy the code written in  the template and paste it into this page.

 

4,. Designing the Template page:
 

        Use the HEADING TAGS (<H1>, <H2> etc) to create a Company heading for each page.  It should Include:
            1. A title usually stated as "Name of company" Home Page (Use H1)
           2. A slogan or a line describing your specialty (Use H3)

      
Example: <H1 Align="center"> <Font Color="RED">My Company</FONT> </H1>
                       <H2 Align="center"> <Font Color="RED">My Company</FONT> </H2>
 

4. Insert a Break and create a link bar. It should look like this:

    Home
About UsContact Us  |  Price List  |  Employees

Example:     <A HREF="Index.htm">Home Page</A> |
                     <A HREF="About....................


5.  Use Copy/Paste to paste the link bar into each page

     Check the Link bar.....If correct links should go to the appropriate page.
     Check by using the browser title


6. Use your brochure start completing each page.