HTML SITE!!!
Moving
COMPASS_MATH
Qbasic_Edge
Text Bounce
PROGRAM EDITION
MIND MAKER QBASIC VERSION 1.1
N54 Client
Mind maker
This is a link to my links page.
My Blog
This is a html site for beginers.
First thing is that html is easy to use and easy to remember.
Now tags are like commands for something.
A tag can be used for making taxt larger to even making text scroll.
to make your first html site you need to do the following things.
Open notepad
Keep this site running.
Ok now in notepad type:
<html>
hello
</html>
Now Save Your notepad in a file as any name but the file name bust be: ?????.html
Make sure that the file that you are saving isn't a text document.
Ok now goto the file you saved the notepad in and then open it.
On the screen there should be a blank screen with "Hello" in the top right corner.
That is your first html site.
There is many more tags like "h(1-6)" and body.
you will learn all that later in the next page of this site.
Next Page