Making Web pages available

If you already have a Web site that you want to use for your channel, you can use those pages in the instructions that follow. If you do not yet have a Web site ready, just assume that you want to create a channel for your hypothetical newspaper, the Hello World Gazette, and build a test Web site to turn into a channel. You would start off by building a simple HTML page, something like this:

<html> 
<head> 
<title>Hello World Gazette</title> 
</head>
<body> 
<center> 
<p>Welcome to the Hello World Gazette.</p> 
<p><b>Hello, world!</b></p> 
</center>
</body> 
</html>

Since it is just ordinary HTML, you can view the page in your favorite browser. It is not a particularly fascinating site, but it will do for a start.

Tip

As a general rule, it is a good idea to put all your M-Business channel pages in a separate directory.