HTML is a very interesting machine language because, like human languages, most things that interpret it are very forgiving.
For instance, did you know that the following HTML is technically invalid?
<video>
<source src="movie.mp4"></source>
</video>
...
Read more