Web Site Primer

HTML · Web Design · Color Charts · & More!

HTML Markup: Tags & Elements Categories

Originally Published: 2001-03-19;
Revised: 2006

In a store one develops an idea of what to expect on certain aisles by the products sorted into categories. This also helped the employees define what should go where when stocking the shelves and, for shoppers, ease in getting what is needed or desired. On the Web, using this analogy, the shopper would be the browser. This article shares how HTML elements & tags have been categorized.

According to the O'Reilly publication, HTML: The Definitive Guide [3rd Edition], there are three main types of HTML content in a Web page:

Elements & Tags
The embedded markup used to define the Web documents contents.
Comments
Notations primarily for the Web page author when editing, revising, or whatever.
Text
The main bulk of what the Web page will be presenting.

Sea of HTML Markup

HTML offers over 100 elements or sets of tags, with the majority aimed at text, and this can feel overwhelming at first. Ed Tittel, author of The Hip Pocket Guide To HTML 3.2, said these markups could be further grouped, or divided, divided into 11 categories based on similarities, such as function, scope, or purposes.

Tittel explained categorizing helps the Web page author gain a better grasping of how and when to use the markups. Subsequently, a better understanding about other elements within that grouping and what, if any, particular limitations to consider or expect. For example: how certain attributes will work in one set but not in another or some tags not allowed in or able to work with those from another category

This sounds more overwhelming than just learning HTML tags

I agree that it sounds complex but it is not as complicated as initially thought. Recall, the categories groupings are based on function and scope, or what those markups will do, and that helps to make the individual category's listing of elements self-explanatory.

That's it. See ... it wasn't all that scary after all, now was it?



Related Articles:


straight to the top