Forum Moderators: mack
[msdn.microsoft.com...]
You see there is HTML 3.2, HTML 4.0 Transitional, HTML 4.0 Strict, XHTML 1.0 Transitional, XHTML 1.0 Strict, XHTML 1.1, well, anyway there are lots of different html languages you could use.
If you don't put a DOCTYPE declaration on your page, the browser will do it's best to display the html you give it, if you do put a DOCTYPE the browser will use that information and it may affect how the page's html is displayed. Anyway the link from the previous reply talks more about that.
Hope this made sense.