Suite101

What is HTML? Why use it?


© Dianne Reuby

What is HTML? Hyper Text Mark-up Language. Well, you did ask ... HTML is simply the code that's read by your browser, and converted into a web page. It's made up of "tags" - descriptive labels that pass information to the browser. For example the FONT tag tells the browser about the font that the webmaster wants to use - the typeface, colour, and size. Tags usually come in pairs, one to open an instruction, and one to close it.

HTML isn't as complex as programming. Browsers are much more forgiving - if you make a mistake in your code, a browser won't "crash". It will display what it "thinks" you're trying to do ... of course it may not be exactly what you planned! In fact, it may be completely wrong. Once you've learnt the basics, we'll look at programs that will check your HTML for errors.

Many people ask "Why can't I use a drag and drop site builder?" You can - but there are two main problems. These programs are known as "WYSIWYG" or "What you see is what you get". The trouble is, quite often it's "what you see is almost what you get". Trying to force these programs to produce the effect, layout or design that you really want can be hard work.

They often create code that is "bloated", full of unnecessary lines. Every extra line makes your page just that tiny bit slower to load - and all those fractions of a second add up! If you're using a fast connection such as broad-band, don't forget that in many parts of the world dial-up modems are still the most common. If your web site is for a business, a slow-loading page could cut you off from many potential customers.

Learning HTML can widen your scope - you can look at your code, and understand what it's doing. Making a change to your page will be much easier. Moving parts of your page around can sometimes simply be a matter of moving that section of code. You won't have a lot of extra code that isn't doing anything - and who wants to type more than they have to? So your pages will be quicker to load.

When you visit a site, and see an effect that you like, you can take a look at the code to see how it's done. Hey - I'm not suggesting you steal other webmasters' designs! But reading code from a wide range of sites, and learning from it, is a way to increase your knowledge of HTML and how it works.

Go To Page: 1 2


The copyright of the article What is HTML? Why use it? in Website Creation is owned by . Permission to republish What is HTML? Why use it? 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

6.   Mar 23, 2004 5:44 AM
In response to message posted by dreuby:


This site has some FrontPage tutorials, which give an idea what the program ...


-- posted by dreuby


5.   Mar 22, 2004 6:50 AM
In response to message posted by ttcweb:

I haven't used DreamWeaver myself, but I know many people who say it's a very ...


-- posted by dreuby


4.   Mar 20, 2004 4:01 PM
In response to message posted by dreuby:

Dianne, just wondering what your thoughts about Macromedia's Dreamweaver is. T ...


-- posted by ttcweb


3.   Mar 6, 2004 1:08 PM
I like combination editors too - I used 1stPage for about three years, but as it dispappeared from the site for a while I switched to TSW Web Coder, which is very similar. I use NoteTab for quick edit ...

-- posted by dreuby


2.   Mar 1, 2004 5:42 PM
In response to message posted by jerrib:

I have found that I prefer using combination editors - like Dreamweaver and Ne ...


-- posted by ttcweb





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