Category Archives: HTML

Doctypes

Doctypes tell your browser what kind of markup language your pages use. There are many different Doctypes, and with each DTD there are tags that can’t be used, which would make your web pages invalid if they are used.

Posted in HTML, Tutorials | Leave a comment

Basic HTML

HTML is the most basic thing you need to know if you want to create your own website. In this tutorial we will learn how to create the basic page, and some of the most commonly used tags.

Posted in HTML, Tutorials | Leave a comment