Hyper Text Markup Language ( HTML ) is the main markup language for displaying web pages and other information that can be displayed in a ...
Hyper Text Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.
HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like
<html>
), within the web page content. HTML tags most commonly come in pairs like <h1>
and </h1>
, although some tags, known as empty elements, are unpaired, for example <img>
. The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.HTML Basics
HTML Tags ( A-Z )
- Anchor (a) Tag
- abbr Tag
- Acronym Tag
- Applet Tag
- Area Tag
- B Tag
- Base Tag
- Base Font Tag
- BDO Tag
- Big Tag
- Blockquote Tag
- Body Tag
- BR Tag
- Button Tag
- Caption Tag
- Center Tag
- Col Tag
- Colgroup Tag
- Code and Cite Tags
- dd Tag
- Del Tag
- Dir Tag
- Div Tag
- dl Tag
- Dfn Tag
- DT Tag
- em Tag
- Font Tag
- Form Tag
- Fieldset Tag
- Frame Tag
- Frameset Tag
- H1, H2, H3 ,H4 , H5 and H6 Tags
- Hr Tag
- Head Tag
- Html Tag
- Iframe Tag
- Img Tag
- Input Tag
- Ins Tag
- I Tag
- kbd Tag
- Label Tag
- Legend Tag
- li Tag
- Link Tag
- Map Tag
- Menu Tag
- Meta Tag
- Noframes Tag
- Noscript Tag
- Object Tag
- OL Tag
- Option Tag
- Optgroup Tag
- P Tag
- Param Tag
- Pre Tag
- Q Tag
- Script Tag
- Select Tag
- Span Tag
- S and Strike Tags
- Small Tag
- Style Tag
- Sub and Sup Tags
- Strong and samp Tags
- Table Tag
- Textarea Tag
- tFoot Tag
- tBody Tag
- tHead Tag
- Title Tag
- td Tag
- th Tag
- tr Tag
- tt Tag
- U Tag
- UL Tag
- Var Tag
HTML Advanced
- HTML Declaraton
- HTML and XHTML Standard Attributes
- HTML and XHTML Event Attributes
- HTML Color Names in HEX
- HTML Character Sets
- HTML Summary
More About HTML
- HTML ASCII References
- HTML ISO-8859-1 Reference
- HTML Symbol Entities Reference
- HTML URL Encoding Reference
- HTML Language Code Reference
- HTTP Status Messages
- Turn Your PC into a Web Server