Welcome to Webmaster Resources 101
Webmaster resources, forums, articles & tools.
Our Network:
HTML Tutorial - Getting Started With HTML
[ About This Author :: Request Reprint :: Print Article :: Tell A Friend ]
HTML Tutorial - Getting Started With HTML
By Ben Sinclair
http://www.webmaster-resources101.com
-------------------------------------------------------------------
<b>Note:</b> This is a tutorial I wrote when I was learning
HTML. It might come in handy for you too :D
-------------------------------------------------------------------
The purpose of this tutorial is to teach you the basics on how to create your own Webpages. So here we go...
<center><b>What is HTML?</b></center>
HTML stands for the <b>H</b>yper<b>T</b>ext <b>M</b>arkup <b>L</b>anguage. HTML is the major language of the Internet's World Wide Web. Web sites and web pages are written in HTML. With HTML and the world wide web, you have the ability to bring together text, pictures, sounds, and links... all in one place! HTML files are plain text files, so they can be composed and edited on any type of computer... Windows, Mac, UNIX, whatever.
<center><b>Before You Start</b></center>
Before you start your page, there are a few things you may need. Firstly, a HTML Editor, but if you don't have one of these, which you probably don't have, you can just use Notepad. That's what I normally use. All that a HTML Editor does is supply you with all the HTML stuff that you can use, but after you study all my tutorials you probably won't need one. But just in case you want to check out the HTML editor that I use from time to time, go to: <a href="http://www.coffeecup.com" target="_blank">http://www.coffeecup.com</a>
With HTML you can have <b>bold</b> and <i>italicized</i>, <font size="+2">Larger</font> and <font size="-2">Smaller</font>, or it could look like <tt>Typewriter Text</tt>. You can even <font color="red">color</font> it!
What you've just read in text, two paragraphs above, will look like this in HTML:
With HTML you can have <b>bold</b> and <i>italicized</i>, <font size=+2>Larger</font> and <font size=-2>Smaller</font>, or it could look like <tt>Typewriter Text</tt>. You can even <font color="red">color</font> it!
HTML code for this looks like a lot of gobbledygook, doesn't it?.
So what do these "<" and ">" things do and what are they called? They're called "lesser than" and "greater than" and when you place a certain word within these, you are making something known as a tag. For example the <b> tag is saying to start bold text, and the </b> tag is saying to stop bold text. The tag with the slash (/) is known as the closing tag. Most opening tags require a closing tag, but not all do. Tags make up the entire structure of a HTML document.
Here is an example:
<b>This Is Your Text</b>
<b> = Opening Tag
</b> = Closing Tag
<center><b>Contents</b></center>
Page #2 - Document Structure & Heading Tag
Page #3 - Line Tag & Paragraph Tag
Page #4 - Break Tag & Font Tag
Page #5 - The Bold, Italic And Underlined Tag Linking Text And Images 5
Page #6 - List Tags
Page #7 - Table Tag
Page #8 - Frame Tag
Page #9 - Color Chart
Discuss this in our Webmaster Forums
Ben Sinclair
http://www.webmaster-resources101.com
Ben Sinclair is the Webmaster of Webmaster Resources 101 and Webmaster Forums 101.
| Go To Top | This article has been read 2512 times. |
[ About This Author :: Request Reprint :: Print Article :: Tell A Friend ]
Web Hosting
We have a great collection of the best web hosting resources. Make sure you check them out in the web hosting category!