Difference between revisions of "HTML"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Hypertext Markup Language''' ('''HTML''') is a family of [[Markup language|markup languages]] for creating [[hypertext]] documents. | '''Hypertext Markup Language''' ('''HTML''') is a family of [[Markup language|markup languages]] for creating [[hypertext]] documents. | ||
− | Hypertext documents combine text with [[tags]] representing [[HTML elements]]. | + | Hypertext documents combine text with [[tags]] representing [[HTML element|HTML elements]]. |
== See also == | == See also == | ||
+ | * [[Cascading Style Sheets]] | ||
* [[Character encodings in HTML]] | * [[Character encodings in HTML]] | ||
− | * [[ | + | * [[Email and HTML]] |
− | + | ||
* [[HTML5]] | * [[HTML5]] | ||
+ | * [[HTML element]] | ||
+ | * [[HTML element rule (CSS)]] | ||
* [[Hyperlink]] | * [[Hyperlink]] | ||
+ | * [[Style sheet (web design)]] | ||
+ | * [[Tag (markup language)]] | ||
* [[XHTML]] | * [[XHTML]] | ||
Line 15: | Line 19: | ||
* [http://en.wikipedia.org/wiki/HTML HTML ] @ Wikipedia | * [http://en.wikipedia.org/wiki/HTML HTML ] @ Wikipedia | ||
+ | |||
+ | [[Category:HTML]] | ||
+ | [[Category:HTML elements]] | ||
+ | [[Category:Markup languages]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 06:22, 2 May 2016
Hypertext Markup Language (HTML) is a family of markup languages for creating hypertext documents.
Hypertext documents combine text with tags representing HTML elements.
See also
- Cascading Style Sheets
- Character encodings in HTML
- Email and HTML
- HTML5
- HTML element
- HTML element rule (CSS)
- Hyperlink
- Style sheet (web design)
- Tag (markup language)
- XHTML
External links
- HTML @ Wikipedia