Re: DOCTYPE
HTML 4.01 Strict(!) is still the document type of choice in most cases.
NACK. Since HTML incontrast to XHTML allows some very strange things,
XHTML is much easier to debug using a validator. Indeed, most of the
stuff (except some specialties like checked="checked", <br /> ...) sane
people are using in HTML is already XHTML.
Defining it als XHTML has the advantage, that constructions that are
commonly mistakes but are valid will be found by the validator.
.
Relevant Pages
- problem with validated site
... However, while I'm by no means an expert or professional website designer, I know enough about XHTML 1.0 to know that the best way to guarantee interoperability on all, or at least most browsers, including lynx is to make sure my site complies with the w3 standards. ... So, I ran my site through the XHTML 1.0 Transitional validator, and it didn't pass, so I had it clean up my markup using Tidy. ... I'm not sure why the different paragraphs all have different fonts, when I can't even see a tag. ... Then, I can take as much time as I need to figure out the CSS code, without worrying about how well I'm using my time. ... (comp.infosystems.www.authoring.html) - Re: validating HTML for dynamically created HTML
... I've tried W3C's validator and others ... This seems really important with AJAX changing the HTML ... HTML document the serializer object may provide XHTML code, ... the context where it is about to be inserted, *before* insertion. ... (comp.lang.javascript) - Re: cdata and javascript
... Consider learning what a validator is before trying to fool it. ... XHTML is a cleaner code with features like self-closing tags. ... The XHTML is almost always served and interpreted as HTML with the ... Although this often works for IE browsers, ... (alt.html) - Re: cdata and javascript
... Consider learning what a validator is before trying to fool it. ... The XHTML is almost always served and interpreted as HTML with the ... Although this often works for IE browsers, ... (alt.html) - Re: Where to place noframes tag XHTML
... noframes tage to satisfy the XHTML w3c validator. ... that really only shows how HTML/4.01 can be reformulated into XHTML, ... Thus you see where the <noframes> element belongs, ... (alt.html) |
|