View Single Post
  #6 (permalink)  
Old 12-05-2007, 03:08 AM
espmartin's Avatar
espmartin espmartin is offline
Senior Member
Recent Blog:
 
Join Date: Jun 2007
Location: West Coast, USA (California)
Posts: 962
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
espmartin will become famous soon enough
Default

Hello Adfodo,

Welcome! Actually, there are a few HTML specifications.
The latest version number is HTML 4.01. Then you have
"Transitional" and "Strict". I personally use XHTML 1.0 Strict,
but for backwards compatibility, there is XHMTL 1.0 Transitional.

And let's not forget XHTML 1.1 - that's the strictest of the
XHTML subsets so far. On my site, Web Standards in Design
I use PHP to server either XHMTL 1.0 Transitional or XHMTL 1.1
- depending on the browsers ability to render standards compliant
markup or not (Internet Explorer).
Reply With Quote