TechTrain "Just-In-Time" - SEARCH for mini-lessons for busy people!"Step-By-Step" tutorials and lesson modules.TechTrain Home
About TechTrain
Step- By-Step
Just- In-Time Search
Products
Services
Guestbook
Technology Certificates
Graduate Courses
 

Title Tag

 

A Web page is built using Hypertext Markup Language instructions (HTML). These instructions are written using any word processor on a MAC or PC.

HTML instructions or "tags" are identifiable because they are enclosed in "greater than" and "less than" symbols.

The first tag is always the HTML tag <HTML>.

The "header" tag follows the HTML tag and the "title" tag is part of the "header". <HEAD> and <TITLE>

The "title" appears in the "title bar" (the blue bar at the top of the window). The title is part of the "headER".

Each HTML instruction consists of a beginning tag and an ending tag. The ending tag is identical to the beginning tag except that it is preceded by a forward slash (/). </TITLE>, for example.

Type the following HTML instructions in the word processing program. Then, click on the "View" button to see what your Web page should look like so far.


<HTML>
<HEAD>
<TITLE>My First Web Page</TITLE>
</HEAD>
</HTML>

Notice that the title bar reads: My First Web Page
and the body of the Web page is blank except for the link to return.
   
TechTrain Home
© - Technology Training Team
Please contact us at TechTrainTeam