Advice if you build websites: Use the W3C HTML *and* CSS validator. Not because I want to tell you that "you're bad if your HTML isn't valid", but because it'll help you find trivial bugs that can make your life hard.
Especially also use the CSS validator. I found 3 issues that made things not work as they should in recent days. I had a bug where it took me a while to figure out why it didn't work til I found some stackoverflow post, and the css validator would've told me right away.
Especially also use the CSS validator. I found 3 issues that made things not work as they should in recent days. I had a bug where it took me a while to figure out why it didn't work til I found some stackoverflow post, and the css validator would've told me right away.
hanno
Als Antwort auf hanno • • •laus
Als Antwort auf hanno • • •hanno
Als Antwort auf laus • • •@zauberlaus here you go (the "new" html validator doesn't even offer this any more for HTML5...)
hanno
Als Antwort auf hanno • • •HTML validator: validator.w3.org/
CSS validator: jigsaw.w3.org/css-validator/
You can also run them locally (unfortunately requires Java):
github.com/validator/validator
github.com/w3c/css-validator
GitHub - validator/validator: The Nu Html Checker (vnu)
GitHubelrido
Als Antwort auf hanno • •hanno
Als Antwort auf elrido • • •@elrido w3.org/standards/history/xhtml…
27 March 2018: Retired
XHTML™ 1.1 - Module-based XHTML - Second Edition publication history
W3Channo
Unbekannter Ursprungsbeitrag • • •Philip Gillißen
Als Antwort auf hanno • • •