| Introduction SELECT A LETTER HTML ELEMENTS: Q<q> HTML ELEMENTS: S<s><samp><script><section><select><small><source><span><strike><strong><style><sub><summary><sup> HTML ELEMENTS: W<wbr> HTML ELEMENTS: X<xmp> | <html> What is HTML?In case you didn't know, HTML stands for HyperText Markup Language. As the acronym suggests, it is a markup language, not a programming language (don't get the two confused). HTML works by creating elements (also referred to as tags by some) which contain information and have attributes to identify how an element should be used. Originally, HTML elements also had many attributes (and even a few elements) which were used to stylize the text and other things, but all of those have since been deprecated in favor of CSS. That's all you're going to tell us?Well, if you don't know what HTML is and what it's used for, there are already plenty of resources on the web that describe it, probably far better than we could. These pages are here to outline all of the elements available, how to use them, and where they'll work. If you want to read up on the history of HTML, what it is, who created it, and a bunch of other nonsense that won't really get you anywhere in the actual creation of a web page, try Wikipedia (yeah, we know, not a source, blah blah blah). Common Attributes
Note: These may not be the only attributes available to use with this element, but they are the most common attributes. Browser Compatibility
Default Style RulesThe following declarations in the default style sheet will affect this element. html, address,
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Normal Element This element has not been changed recently and has no notes attached to it. | New Element This element was just added to the definitions in the most recent version. | Use Caution This element should be avoided without proper understanding and/or has a better alternative. |
Modified Behavior This element and/or its behavior has been modified from its original functionality. | Deprecated This element should be avoided since it has been deprecated in the most recent version. | Not Supported This element should not be used at all since it is no longer or was never supported. |