I tend to run a lot of my stuff through HTML-Tidy which is great for fixing/cleaning up HTML code.

You'll find that most non-compliance warnings can be ignored, most browsers don't comply with the W3C standard anyway. Now that style sheets are (more or less) standard, though several versions of Netscape are rather broke, I rely on this and use as simple html as possible.

Regarding CGI.pm to generate your HTML, I really wouldn't bother, I hate having the HTML in my scripts, it makes maintance a pain and it stops a non-programmer being able to easily change things. Personally I like using HTML::Template as it seems to work well. I find the designers I work with can deal with it without any problems.


In reply to Re: CGI.pm HTML vs. W3C HTML Validation by gav^
in thread CGI.pm HTML vs. W3C HTML Validation by jlongino

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.