Map Development Area (MDA)
Location:
_/_
markup
_/_
html
_/_
xhtml
| xhtml |
|
|
Types:
|
-
Comment:
-
XHTML documents must have a DOCTYPE declaration -- html, head and body elements must be present
-
motivation
-
many pages on the Web contain "bad" HTML -- browsers do their best to compensate in order to diplay content -- XHTML gives the opportunity to write "well-formed" documents -> everything has to be marked up correctly -- stricter and cleaner version of HTML -- convergence towards XML
-
Comment:
-
combination of HTML and XML -- consists of all the elements in HTML 4.01 combined with the syntax of XML -- allows the use of namespace (to include SVG document, for instance)
-
Comment:
-
most important differences to HTML: elements must be properly nested -- documents must be well-formed -- tag names must be in lowercase -- all tags must be closed (empty tags as well), special characters (&<> must be encoded), ....
-
history
-
became an official W3C Recommendation January 2000 -- supposed to be next generation of HTML
|
|
|