Suite101

Part 1 - The Bare Bones: Starting your web page from scratch


© Tracy Ryan

What is HTML and why should you be interested in it? HTML is the language that web browsers read so that they know how a web page should be displayed. It is a computer language (in a very broad sense of the term) but don't let that put you off. It is a relatively simple language and, to begin with you'll only need to know a bare minimum of the "HTML tags" required to get started on your very own web page. HTML stands for Hyper Text Markup Language which is probably a moderately interesting piece of trivia that you'll forget in 10 minutes time - and that won't matter as long as you remember the important bits we're about to get to!

HTML will help you to tell web browsers how to format the text and pictures on your page. You can specify the background colour, text colour, link colours and destinations etc, as well as picture sizes and much more. We'll get to all that soon enough but for now we'll start with the basic skeleton of a web page - the few essential components to any web page that must be in place before you even think about colours and layout.

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.

Go To Page: 1 2 3


The copyright of the article Part 1 - The Bare Bones: Starting your web page from scratch in Website Creation is owned by Tracy Ryan. Permission to republish Part 1 - The Bare Bones: Starting your web page from scratch in print or online must be granted by the author in writing.

Post this Article to facebook Add this Article to del.icio.us! Digg this Article furl this Article Add this Article to Reddit Add this Article to Technorati Add this Article to Newsvine Add this Article to Windows Live Add this Article to Yahoo Add this Article to StumbleUpon Add this Article to BlinkLists Add this Article to Spurl Add this Article to Google Add this Article to Ask Add this Article to Squidoo


Here's the follow-up discussion on this article: View all related messages

9.   Dec 17, 2001 5:31 PM
Tracy.....printing here as I will every article..
Suitely, Brenda

-- posted by beekay


8.   Aug 13, 2001 1:47 PM
In response to message posted by shakka_kan:

Hi :-)

All they've done is use the <IMG> (image) tag and set the p ...


-- posted by allyrah


7.   Aug 13, 2001 7:27 AM
Can someone take a look at this page

http://abcnews.go.com/sections/cud/

and help explain how it is they program this "dingeloid" concept. It seems very interesting, but I have no idea how it's ...


-- posted by shakka_kan


6.   Jul 25, 2001 10:27 PM
In response to message posted by TreasuresPlanted:

Hi :-)

Thanks for your comments! Glad you're enjoying the articles ...


-- posted by allyrah


5.   Jul 25, 2001 10:11 AM
Thank you very much for your articles! I am trying to get up a site for our business and want to do it as inexpensively as possible.

I have one question about publishing -- I read your article o ...


-- posted by TreasuresPlanted





For a complete listing of article comments, questions, and other discussions related to Tracy Ryan's Website Creation topic, please visit the Discussions page.