Quote:
Originally Posted by topex3rd
Hi guy Can some one help me what i need to do to make my own Website . . .
|
What you need is programs like adobe dreamweaver, microsoft frontpage. You can even use notepad, only then you really need to learn html.
Example when you type this in notepad (without the underscores)
<html_>
<head_>
<title>my first website</html>
</head_>
<body_>
I'll hope you can use this info to make your own website.
</body_>
</html_>
And save it as index.html.
When you open the file in your browser you'll see your website.