Welcome to Knowledge Website
Learn how to build a website
Building a web page is the first step in building a website. A website may have one or more web pages.
Creating a web page is very simple. If you have any web page designing tool (software), all you have to do open a new page and save it under a name with extension of htm or html. Now days there are several web page designing software available. Some are available for free on internet. Do a simple search in google or in yahoo or in any web search engine for a free web page tool or software. You will find several of them. Of course for a really nice one, you have to pay. A nicer tool will have several utilities for editing a web page. They also provide supports for different coding programmings, such as, ASP, PHP, ColdFusion and etc.
Example of a simple web page code:
<html>
<head>
<title>my first web page</title>
</head>
<body>
Welcome to my web page!
</body>
</html>
To learn further click here.
For some really nice free templates click here.
