Everyone talks about HTML5, but unfortunately there are still a lot of gaps in its support. This was made clear to me as I was working on creating an audio player drop-in solution for Barnhouse.
Posts About html
The debate between whether to use HTML 4 for a DOCTYPE or the new XHTML 1 continues, even within my own head. Here’s some of the pros/cons between them. HTML 4.01 Causes a validation error with the closing slash in <link />. Technically, self-closing tags shouldn’t even be used, but browsers will usually forgive such […]