The Basics
 
  Multiple Sclerosis
 
Up

 

 

 Home > [The NET] > Building a Website > Basics of Website Building

 

Multiple Sclerosis

Multiple sclerosis (ms) is the most common, disabling, neurological condition, to affect young adults in the world today.

Basics of Website Building

 

The Basics of Building a Website

 

Outlining the Type of Website

Let us begin with the purpose of your intended website. The reason this must be thought out at the beginning is to enable you to plan for development. Depending on the purpose, it may also mean you have to do a lot more research!

For simplicity, let's assume there are three basic types of web site: the hobby site (this includes family sites, genealogy, etc.), the information site, and the sales site.

The Absolute Minimum Required

The absolute minimum requirement on a domain is an index page and a text editor such as notepad.

This will have the url: www.anydomain.com/index.html

 

When a browser locates a domain, it automatically searches for a page called, index.html. If it cannot find index.html, it searches for index.htm.

If index.htm is unavailable, the browser will display the contents of the folder in tree form as a set of hyperlinks to whatever is contained within it.

Index.html is therefore, your most important page. It can be a short or as long as you like. There are no limits or restrictions so long as it contains the basic html elements which tell the browser how to display it.

To give you an idea of just how simple HTML is, I have created a page called the-most-basic-webpage.htm (opens a new window). To create the page, I used:

<html>

The text I wanted to display

</html>

That's it! Written in Notepad and saved as a .htm file. Try it!

If you are not sure how to do that, save it as a text file (.txt), then rename it using the .htm extension.

Example: your-web-page.txt = your-web-page.htm

Here is another example of using headings (opens new window)

HTML Tutorials

It is not my intention to delve into the underbelly of HTML here, only to show you just how simple it is to create a web page. If you would like the text versions of those 2 pages, click on the link: Examples

Remember what I told you about a browser searching for index.html, .htm, then displaying the contents of the folder if it cannot find either of those 2 files? Clicking on the link above will show you what I mean.  

 

If you would like free tutorials in ALL aspects of web programming, including HTML, then the place to go is W3Schools. Enjoy!

Back Next

 

Next: Types of Website

 

 
 

[SEARCH] [The-NET section map]

 
 

McFox's Multiple Sclerosis Pages

 
Send mail to Webmaster@themcfox.com with questions or comments about this web site.
Copyright © 2002 - 2004 McFox All Rights Reserved.
privacy policy