News

This GitHub Actions workflow automates the process of validating and deploying an HTML file. It consists of two primary jobs: validate and deploy. This workflow triggers every time changes are pushed ...
Take a look at this file: example_code.html in a new tab. We'll call this the viewing tab. It looks relatively OK, right? There's some oddness happening with the list at the bottom (we might not have ...
A recent tweet from Google’s Gary Illyes called attention to problem of invalid HTML. Google is fine with invalid HTML. Less well known is that there are negative outcomes associated with invalid HTML ...