|
Somebody wants me to create a web page with a DOC Type of HTML 4.01
I've only ever coded using "xhtml transitional" coding tags. Xhtml is of course a stricter standard. Tags need to be lower case, opening tags and closing tags matched etc.
In xhtml non-balanced tags like break and image tags need the trailing backslash ie. <br /> ,<img ..../>
But in HTML these are not necessary (unacceptable??).
What i was wondering is if the xhtml coding will fail or cause validation problems in a HTML 4.01 document.
Last edited by TWD; 03-16-2009 at 09:06 PM..
|