About Help Desk .. click it
the Personals and the FAQs
cut and paste -  beginner help
design help for new webmasters
what is HTML and all that
help with images
free stuff - really
guest book, e-mail, and all that stuff


<HTML>

What is all that tag stuff about? Does anybody really know?



strange but true



So how does HTML mark things up?

the HTML tag It's all done using things that are called TAGS. They are used to make the text in your file appear 'marked-up' so that your Internet browser software knows what to do with the text that has the tags attached.

One tag goes at the beginning of what you want to mark up (the 'opening' tag), and another tag goes at the end of what you want to mark up (the 'closing' tag).

So a piece of marked up hypertext might look like this:

begin BOLD text blah blah blah end BOLD text

and the real HTML for that is <B>blah blah blah</B>

and it looks like blah blah blah when seen with your Internet browser.

For a gentle introduction to using simple HTML, try .....

 Text   |    Images   |    Links   |    Real Help