Ok, i dunno if this is the right section or what, oh well....
If i have an HTML file, just a simple one like:
<HTML>
<HEAD>
<TITLE> MY WEB PAGE!
</TITLE>
</HEAD>
<BODY>
HELLO, WORLD!
</BODY>
</HTML>
How do i get that to show up on the internet, just as an offline page? I mean, what do i need to save it as, and then what do i need to type in the address bar to get it to work?