To get started you'll need a blank canvas to work on. Our canvas is going to be a new text file that we'll open in MS Notepad. You'll find Notepad on your computer by clicking the Windows "Start" button and browsing through "Programs" to "Accessories". If you don't find Notepad this way you can always just run "Notepad.exe" from the C:\Windows directory. You can use any text editing program you choose, including MS Word, but you need to be careful that you don't use the program's built in text formatting functions. Just use the basic new document as it is as font etc aren't important to us just now. So, now that you have your text document open in front of you, we're going to get to work. As mentioned above, every web page has a basic skeleton that must be included for a browser to recognise what you're trying to tell it. The first thing you'll always add to your blank page is the tag. What this tag does is tell the browser that the file it's trying to look at is written in HTML so it will know what type of information is coming next and how to deal with it. Having said that, your web page will always end with the closing tag. This pretty much just tells the browser that we're done here and it can rest up for a while.
| Here's the follow-up discussion on this article: | View all related messages |
For a complete listing of article comments, questions, and other discussions related to Tracy Ryan's Website Creation topic, please visit the Discussions page.