Howto: Create a web page

One of our regular reader would like to know more about web page creation method. A Web page is a resource of information that is suitable for the World Wide Web and can be accessed through a web browser. For example this web site created using specialized CMS software called WordPress.

To create a web page, a text editor or a specialized HTML editor is needed. In order to upload the created web page to a web server, you need to use an FTP client. For example you can create a simple web page as follows using HTML language:
Step #1 : Start Notepad

Step #2 : Type the following program:

<html>
<head>
 <title>Hello World!</title>
</head>
<body>
  <h1>Hello world!</h2>
   This is my first web page. 
   I like to use <a href="http://gmail.com/">Gmail</a> as my mail client.
</body>
</html>

Step # 3 : Save and close the file as “test.html”

Step # 4 : Double click on test.html

Web template

Please note that the design of a web page is highly personal. You need to make a design according to your own preference. However, I recommend using
a pre-made web template to save your time. A web Templates let web page designers edit the content of a web page without having to worry about the overall aesthetics.

Many people publish their own web pages using web based products such as Geocities from Yahoo, Tripod, or Angelfire. These web publishing tools offer free page creation and hosting up to a certain size limit.

Special software

You can use HTML editor such as
=> Adobe Dreamweaver
=> Adobe GoLive
=> Microsoft Expression Web

Dynamic Web Creation software

Other ways of making a web page is to download specialized software, like a Wiki, CMS, or forum. These options allow for quick and easy creation of a web page which is typically dynamic. Wikipedia, WordPress, and PHPBB are examples of the above three web page options.

Author: admin

I like chocolate, gadgets, open source software, photography, traveling and all shades of green colors. I love spending time with fun loving friends and family members. This is my own online journal.

One thought on “Howto: Create a web page”

Leave a Reply

Your email address will not be published. Required fields are marked *