A library of HTML tags to teach you about their use, attributes, and special notes.
HTML is Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web. HTML is similar to SGML, although it is not a strict subset.
HTML defines the structure and layout of a Web document by using a variety of
tags and attributes.
The correct structure for an HTML document starts with
<HTML><HEAD> (enter here what document is
about) </HEAD><BODY> and ends with </BODY></HTML>.
All
the information you'd like to include in your Web page fits in between the
<BODY> and </BODY> tags.
There are hundreds of other tags used to format and layout the information in
a Web page.
So here are are some of them, all alphabetical, Functional or Modules listed.
Also the HTML Quick Reference is for me quite handy.