Latest Tutorials

CSS colors

Colors in the CSS (and web generally) are divided into basic colors, web safe colors and the rest. By the...

Introduction to HTML5

First and foremost, the HTML5 is a natural continuation of its markup language parent, the HTML4. This is the...

Differences between HTML4 & HTML5

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

New elements in HTML5

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...

Migration from HTML4 to HTML5

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...

Relationship between HTML5 and XHTML

The HTML5 language, although continuation from HTML4 and thus

HTML 5 elements rules

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...

Attributes related rules in HTML 5

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...

Guide to proper HTML5 structure

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 <article> element

The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or...