2 replies [Last post]
sandyhon
sandyhon's picture
User offline. Last seen 1 week 16 hours ago. Offline
rank Regular
Regular
Timezone: GMT-7
Joined: 2007-09-04
Posts: 45
Points: 41

What doc type should I use? I've been using XHTML 1.0 Strict. Should I go back to transitional?

My understanding is that transitional is better for backward compatibility, whereas strict is standards compliant. Is that correct?

CupidsToejam
CupidsToejam's picture
User offline. Last seen 17 weeks 16 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

most of use strict for new


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com

sandyhon
sandyhon's picture
User offline. Last seen 1 week 16 hours ago. Offline
rank Regular
Regular
Timezone: GMT-7
Joined: 2007-09-04
Posts: 45
Points: 41

Thanks!

Thanks!