The HTML code section I have can be really confusing if you're not too familiar with HTML, that's why I also decided to open this page up. I'll walk you through the creation of your main page, step by step along with explanations. Definitions might pop up once in a while so be prepared. Jot down any notes you think would come in handy to you. So, now - let's begin!
for a paragraph break or
Alright, first thing first. You're going to need a text editor such as Notepad. That's right - you don't need an HTML editor, in fact, I'm against them. Sure they do all the work for you, but what if you want to do something not capable in the HTML editor? Then you're going to need to know HTML. So go open Notepad. I'll wait . . .
Okay, you have Notepad open, right? So here goes. This is how you being your web page - type the following command in. Oh, and you don't have to worry abou tthe text being in lowercase or not - HTML is pretty forgiving when it comes to that. Here is the code to begin -
Okay, if you've done what I've told you, you currently have a page that appears blank, but don't worry -we're on to the body of your page. Yes, I know - life's not fair - all that code and you have a black page! We've only just begun. Now let's get to the body of the document - this is what the viewer of your page will see. To begin the body you have some options, but here's the best tag to use which tells the browser the background color, link colors, text color, and much more.
Well, that began the body of the document. Now you have to insert the content, images, et cetera. Let's start off by doing a heading that says the name of your page. This will be displayed on the page.
Name of Your Page
for a line break.
Currently, your page is only on your computer and not a server meaning right now only you can see your page. To get it posted on the world wide web, you'll need to find a server such as Angelfire.
You can go to my page about HTML codes to learn how to put links and images in your body. For now, you can just type in text before the
Check out HTML Goodies. That site will surely help you! Or, you may also want to try keyword On The Net on America Online. Those of you with AOL can click on the below image to get there. Note that the below graphic was done with a screen capture using Paint Shop Pro.