How to create an own website

Wow... Lets start with this: http://www.w3schools.com
Many tutorials of programming languages for web
You should start with html, afterwards css for simple programming, also xHtml.
But if you want an automated website, there are blogs, freewebs and other stuff. Google it
 
If you want your own domain name, you need to pay. but you can get one from freewebs.com
 
Actually, it depends what website you are really making.
If its text based, all you need is something like:
<html>
<body>
<p>Hi</p>
</body>
</html>
Go to W3 otherwise, its a really great site.
 
Actually, it depends what website you are really making.
If its text based, all you need is something like:
<html>
<body>
<p>Hi</p>
</body>
</html>

I doubt something that simple would suffice these days! Even for simple sites most people want some degree of formatting...
 
Back
Top Bottom