Archive for the "HTML" Category.

Basic HTML Tags

We learned in the previous section (basics of an HTML web page) how a basic blank HTML web page is made up. Once you have your empty page you need to start using further HTML tags to insert content into the web page.

Continue reading "Basic HTML Tags" »

Basics of an HTML Web Page

A very brief introduction to the structure and content of HTML pages. Most versions of HTML are structured similarly with a simple set of requirements and common elements. Certain tags are mandatory, and once they are present a valid HTML page exists. All that’s left then is to add the content.

Continue reading "Basics of an HTML Web Page" »

Introduction to HTML

HTML stands for Hypertext Markup Language, and a simple way to think of it is that is the markup language that web pages are written in. Its precise nature is more complicated but this post simply hopes to provide you with a basic understanding of what HTML is and what it does. This Wikipedia article about HTML will provide further detail if required.

Continue reading "Introduction to HTML" »