Created by Maksym Kolisnyk
HTML 2.0 was published as IETF RFC 1866
HTML 3.2 was published as a W3C Recom.
HTML 4.0 was published as a W3C Recom.
HTML 4.01 was published as a W3C Recom.
ISO HTML, based on HTML 4.01 Strict was published as an ISO/IEC international standard
HTML5 was published as a W3C Recom.
HTML5.1 was published as a W3C Recom.
In 1998, World Wide Web Consortium began work on the new markup language based on HTML 4 but corresponding syntax XML. Subsequently, a new language called XHTML. The first version of XHTML 1.0 as a Recommendation approved by W3C in January 26, 2000.
The main difference with HTML and XHTML is processing the document.
XHTML documents are processed by its module (parser) similar documents XML.
During this processing, the mistakes made by developers, not corrected.
As a W3C Recommendation browsers encountering an error in XHTML, you must report it and not to process document.
For HTML browsers had to try to understand what the author meant;
Browser selects the parser to process the document based on the header content-type, obtained from the server:
HTML — text/html
XHTML — application/xhtml+xml
The default encoding is UTF-8 (as opposed to HTML, which is the default encoding ISO 8859-1).
body { font-size: 16px }
p { font-weight: bold }
span { color: red }
p span { display: none }
img { float: right }
Hello web performance students!
Hello web performance students!
Hello web performance students!