This is a discussion on "Which DTD version should I use?" within the Web Page Design section. This forum, and the thread "Which DTD version should I use? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Which DTD version should I use?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Which DTD version should I use?
I am learning (X)HTML and am also trying to be strict re the web standards, so basically I will be programming using XHTML. But should I use the DTD HTML 4.01 Strict, or XHTML 1.0 strict, or some other? Or does it not matter which.
|
|
|
|
#2
|
|||
|
|||
|
Re: Which DTD version should I use?
XHTML Strict should have an XHTML Strict Doc Type. Etc etc etc...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Which DTD version should I use?
Just realised that my post sounds rather silly. The book I am reading left me in doubt of the obvious. Cheers MooJoo for confirming.
|
|
#4
|
||||
|
||||
|
Re: Which DTD version should I use?
If you're just starting out with XHTML use XHTML 1.0 Transitional. It is a lot more forgiving and will help you get to grips with the fundamentals. When you're happy with those move on to using XHTML 1.0 Strict.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#5
|
|||
|
|||
|
Re: Which DTD version should I use?
Thank you - will do.
|
![]() |
| Tags |
| which, dtd, version, use |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LiveLongbenton Version 2 | andi | Free Web Site Critique | 3 | May 28th, 2008 07:08 |
| Another version, another try! | catalystmediastudios | Free Web Site Critique | 4 | Apr 16th, 2008 09:03 |
| New version of website | kato77 | Search Engine Optimization (SEO) | 5 | Feb 22nd, 2008 14:16 |
| which version of dreamweaver has css? | aquila | Website Planning | 2 | Nov 15th, 2007 15:22 |