Basics: HomeSite 1.2
Add a Title and an Address Footer

Title

Address Footer

Title The title of your web page is the name that appears in the colored bar at the very top edge of your browser window.

For example, the title of this page is Basics: Add a Title and an Address Footer.

Note that the title is different from the filename (The filename of this page is basics4.htm)

The title may or may not be the same as the headline at the top of the page. (The headline on this page is Basics: HomeSite 1.2: Add a Title and an Address Footer.)

Make your title descriptive. The title is also the phrase that appears in an end user's Bookmarks or Favorites list.

The easiest way to add a title to your web page is to title your page when you first create it.

When you bring the Quick Start dialog box up, simply type your title in the Title text box.

Quick Start Dialog box
If you want to add a title after you have started working on your page, add the  <TITLE></TITLE> tags after the opening <HEAD> tag on your page.

To insert the tag:

  • Place your cursor between the <HEAD></HEAD> tags.
  • Choose  the Title button from the QuickTab speedbar.

Title Button
Title button

  • Your cursor will now be situated between the <TITLE></TITLE> tags.
  • Type in your page title.
Example Your header information will now look like this:

<HTML>
<HEAD>
<TITLE>[Put your Page Title here]</TITLE>
</HEAD>

The Address Footer Another standard feature of every well-designed web page is the address footer.

The footer has two required elements:

  • the date of last revision of the page
  • an email link to the person responsible for the page

The address might also contain:

  • copyright information
  • further contact information such as a telephone or fax number or a mailing address

Here is an example of my address footer:

Web Design Center
Last Revised: September 18, 1999
© 1999 Agatha Taormina
       
The footer is usually the last piece of information on a web page.

It usually appears underneath the navigation bar or separated from the page content with a horizontal rule.

The footer is often displayed in smaller type than the main content of the page.

To learn how to decrease the size of type, go to Type: Change Type Attributes

To learn how to add a mailto link to a page, go to Links: Mailto Links

HINT:   Add the footer, complete with hyperlinks, to your page template.

To learn how to create a  page template, go to Basics: Create a Page Template

Basics: HomeSite 1.2:
Create a New Page
Enter and Format Text
Add Headlines and Horizontal Rules
Add a Title and an Address Footer
Save and Preview a Page
Create a Page Template

Personal Home PageWeb Design CenterTutorial MenuTop of Page

Web Design Center
Last Revised: September 18, 1999
© Agatha Taormina