Here's a question for you that I'm curious about:

Do you validate your HTML? (For example, using the Nu HTML Checker https://validator.nu/ or the W3C Markup validator https://validator.w3.org) And why?

#HTML

Validator.nu - Nu Html Checker

Hi @SaraSoueidan,
yes, and it's a habit when editing html to pass it through html tidy.

The habit is dating back to the days http://acid3.acidtests.org when browsers weren't compliant to a standard - and now I think (my) websites should be compliant.

Just for my assurance to write properly and get used to sane html and not just produce gibberish.

The Acid3 Test