Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How do you validate your HTML?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26710
    smitjel
    Member

    I’m interested in hearing how people validate their HTML these days, especially when using the newer HTML5 doctype:

    <!DOCTYPE HTML>
    <html>

    I’ve been using the HTML Validator for Firefox and it works great…love how it validates your page in the background without you having to do anything and shows you an icon of the validation status. But it looks like it doesn’t yet support HTML5 validation. So…how are people validating their code using the newer doctype? Thanks for any suggestions.

    #66448
    al_m473
    Participant

    although you are seeing more and more HTML5 articles, I don’t think anyone has suggested that it be adopted as the standard yet, at least not until more of the major browsers support it broadly. stick with XHTML Strict for now

    Al

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.