Visual Basic?..
Wrong language unless you're trying to do something else. But I doubt that as you wrote a short post.
Anyway, here is a mini tutorial on how to create a website.
Open notepad
Paste this:
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Example Title</title>
</head>
<body>
<p>Cool Paragraph</p>
</body>
</html>
And save as index.html
Now just open the file with an internet browser and WHALA.
A website.