HTML
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
AndyJackson (Talk | contribs) (→Resources: Added info on the WHATWG version of HTML.) |
||
Line 6: | Line 6: | ||
== Resources == | == Resources == | ||
− | * [http://www.w3.org/MarkUp/HTMLPlus/htmlplus_1.html HTML (1) specification] | + | * W3C specifications: |
− | * [http://www.w3.org/MarkUp/html-spec/ HTML 2.0 specification] (see also the [http://tools.ietf.org/html/rfc1866 RFC]) | + | ** [http://www.w3.org/MarkUp/HTMLPlus/htmlplus_1.html HTML (1) specification] |
− | * [http://www.w3.org/TR/REC-html32 HTML 3.2 specification] | + | ** [http://www.w3.org/MarkUp/html-spec/ HTML 2.0 specification] (see also the [http://tools.ietf.org/html/rfc1866 RFC]) |
− | * [http://www.w3.org/TR/REC-html40/ HTML 4.01 specification] | + | ** [http://www.w3.org/TR/REC-html32 HTML 3.2 specification] |
− | * [http://www.w3.org/TR/html5/ HTML5 working draft] | + | ** [http://www.w3.org/TR/REC-html40/ HTML 4.01 specification] |
− | * [http://www.w3.org/TR/xhtml1 XHTML 1.0 specification] | + | ** [http://www.w3.org/TR/html5/ HTML5 working draft] |
− | * [http://www.w3.org/TR/xhtml11 XHTML 1.1 specification] | + | ** [http://www.w3.org/TR/xhtml1 XHTML 1.0 specification] |
+ | ** [http://www.w3.org/TR/xhtml11 XHTML 1.1 specification] | ||
+ | * Web Hypertext Application Technology Working Group (WHATWG) specifications: | ||
+ | ** [http://wiki.whatwg.org/ The WHATWG Wiki] | ||
+ | ** [http://www.whatwg.org/specs/web-apps/current-work/multipage/ HTML Living Standard] | ||
+ | ** [http://blog.whatwg.org/html-is-the-new-html5 Blog post describing the background information of the living standard] | ||
+ | ** [http://www.whatwg.org/specs/ List of all WHATWG specifications] | ||
+ | * [http://www.w3.org/community/webhistory/ W3C Web History Community Group] |
Revision as of 14:28, 29 October 2012
HTML (hypertext markup language) originally was a SGML based markup language. HTML5 or HTML Next or HTML a living standard is not based on SGML any more. XHTML is HTML redeveloped using the stricter XML rules.
Identifiers
- File extension: .HTML, .HTM
- MIME type (Internet media type): text/html
Resources
- W3C specifications:
- Web Hypertext Application Technology Working Group (WHATWG) specifications:
- W3C Web History Community Group