Tat wrote:
> Thank you Trevor.
>
> I have just been searching the web and reading (A LOT) about DOCTYPE.
> In a way, I'm even more confused than when I started, but at least I
> understand what it does now. Now, if I can only figure out what HTML
> 4.01 is, if I'm using it or not, and which tag I should use.
> I'm starting to feel like I'm running through a forest in the dark and
> waiting to slam into a tree at any second. LOL
> Thanks again for the help.
Well, may be I can throw some light on it (or maybe not)
HTML (HyperText Markup Language) is read by the various browsers Internet
Explorer, Firefox, etc and renders pages on the web
There are various versions of HTML, each with various improvements and
different browsers may or may not support all the extras in the later
versions. A consortium named W3C (www consortium ) lays down the rules, but
they are not mandatory.
The latest (possibly even the final version) of HTML is 4.01. I say possibly
final because XHTML1.0 (Extensible HyperText Markup Language) is now
intended to replace it
What Is XHTML?
a.. XHTML stands for EXtensible HyperText Markup Language
b.. XHTML is aimed to replace HTML
c.. XHTML is almost identical to HTML 4.01
d.. XHTML is a stricter and cleaner version of HTML
e.. XHTML is HTML defined as an XML application
f.. XHTML is a W3C Recommendation
There is also XML
What is XML?
a.. XML stands for EXtensible Markup Language
b.. XML is a markup language much like HTML
c.. XML was designed to describe data
d.. XML tags are not predefined. You must define your own tags
e.. XML uses a Document Type Definition (DTD) or an XML Schema to describe
the data
f.. XML with a DTD or XML Schema is designed to be self-descriptive
g.. XML is a W3C Recommendation
I read that Windows Vista will support another language altogteher (I have
forgotten the alphabetical soup for this one - it may be XAML). I think it
is also an XML application - whatever that means !
Confused ??
Well, the best approach is to write code that meets HTML4.01 or XHTML1.0
standards
All modern browsers should have no problems with either of these.
My reference is
http://www.w3schools.com/
--
Cheers,
Trevor L.
Website:
http://tandcl.homemail.com.au