Although it is going to be a while before HTML5 is fully implemented, and becomes de facto standard, it is important to have in mind its current and future advantages in comparison to
Here we will take a quick look at the elements added to HTML5, as well as those removed from it. At the end we will see how to add a custom made element into our HTML5 document.
New elemen...
In this chapter we will explain briefly the reasons why and how-to migrate from HTML4 to HTML5 document.
There are many reasons why we should start migration to HTML5. Let's mention a f...
In this chapter we will briefly go through HTML5 elements rules only.
HTML5 allows mixing uppercase and lowercase letters in element names, however it is recommended to sti...
In this chapter we will briefly go through HTML5 attributes rules only.
Using lowercase attributes names
HTML5 allows mixing uppercase and lowercase letters in attribute names as...
In this chapter we are going to go through some suggestions how to keep up with the proper structure while writing a HTML5 document.
HTML Comments
In general writing comments is s...
The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or...