Semantically correct HTML
Introduction
During this lecture we've been exploring and learning about writing semantically correct HTML. One could immediately argue that you don't actually have to write semantically correct html, so let's discuss why that is.
HTML = Freedom
HTML is a very simple language to learn since it doesn't have a lot of strict rules. For example, this article is written inside a <article>
tag, but I've commented out the closing tag. This is fully possible in HTML, and will most likely render correctly on the client.