Cool HTML5 features

January 30th, 2026211603 You can be more specific, for example, by stipulating image/png instead of the wildcard image/* which accepts all kinds of images. When you add the accept attribute and...

Cool HTM5 Features, Part 2

January 29th, 2026221191 The tel input type stands for telephone while the others should be self-evident. It is good to start using them where appropriate as there are subtle differences in the...

Validation of HTML5 documents

January 25th, 202635673 When creating pages, it is important for your website to be valid. That means there should be no errors in the HTML code of your webpages. This is not mandatory but it...