Building a simple website is easy, even for non-IT people. If you have the following basic requirements, then you can create your own website.
Basic Requirements:
Basic knowledge of HTMLComputer set & Internet ConnectionWebsite Design Layout or TemplateWebsite ContentDomain Name and Web Space or Host
Let me explain to you each of the above requirements:
Basic Knowledge of HTML:
A website is composed of one or more web pages. A page layout is produced by using html codes or tags. HTML means Hyper-Text Markup Language and tags are enclosed by <> signs. If you have zero knowledge of html, well here is the outline of a web page:
Outline of a web page::
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
Here you will place the title of the page. The texts here are displayed at the topmost left of a browser or web page.
Here you will implement the layout using style definitions you have made in the "style" section. Without putting anything here the page will be blank except for the title that will appear at the topmost left of the page. You will also place here the content of your website. It may be mixed of texts, images, audios and videos.