![]() |
|||||||||||||
|
Titles As you probably know, you have the opportunity to give each of your webpages a "title". That's what appears in the bar at the top of the browser window. This can be made through the web editor of your choice or, if you are hand coding, by using a <title> tag in the head section of your code. When creating a title, make sure it fits the following basic guidelines:
It is very important that each page in your site has a title. There are two main reasons for this; the first is that the first place many people look for information on a webpage is in that title bar. "Untitled" doesn't offer much information. The other reason is that if someone were to find your site in a search engine, it is possible that all they would see was the title. Untitled does not make your site sound particularly interesting or useful. Since you are paying to get a domain name, you want it to be something that will bring you more business or visitors. Have a look at these samples and how they might be fixed: http://www.nebraskcattleraisingassociation.com
http://www.frenchcompany.com
A domain name is an extremely important part of your website, make it something worthwhile. When naming your files for a website, it is important to be sure that all browsers on all operating systems are able to read them. It is fairly simple to keep your names straight if you remember a few things, take a look at these samples and solutions for common naming problems how to write a letter.htm
letterinstructions.htm
INDEX.htm
Try
clicking on this link: Washington
Post. Notice that it doesn't work, this is called a broken link. The
reason that it does not work is because it links to "www.washingtonpostt.com"
when it should go to "www.washingtonpost.com". This type of
error is very common in websites and should be avoided. A broken link
does not do anybody good, if a website goes away, delete the link, if
you move a page in your site, fix the links on all pages linking to it.
The same goes for pictures, because in the HTML file itself all there
is for the picture is a filename. If you move or delete a picture file
but don't remove it in the pages themselves, people will see a little
red x, like this:
|
|||||||||||||