PDA

View Full Version : The Complete Idiots Guide To XHTML 1.0 Strict


stonedsage
02/06/2005, 00:45
Does such a thing exist online?

It was easy for me to get my stuff to validate 1.0 Transitional .. I'm having a really hard time getting used to completely table-less designs.

Its a bit to learn.. so Im trying to figure out what I need to learn to accomplish the things I want to do. I've also been trying to find a site that has examples of what can be done via css (and how) so I can just go see what I need to know how to do.

Anyone recommend a site?

ManMadeMonkey
02/07/2005, 16:40
What I use (http://www.w3schools.com/)

:rolleyes:

Rondom
02/12/2005, 16:20
The basics are
- close every tag
- encode entities like &
- put everything into a tag. => No text in body
i bet I've forgotten something