Map Development Area (MDA)
Location:
_/_
markup
_/_
html
_/_
html
| HyperText Markup Language, HTML |
|
|
Types:
|
-
Comment:
-
uses character entities for this
-
Comment:
-
uses tags such as
and to structure text
-
Comment:
-
used to create hypertext documents that are platform independent and can be displayed by web clients
-
Comment:
-
non-proprietary format based upon SGML
-
problems
-
fixed collection of tags with fixed semantics
-
Comment:
-
designed to display data -- concentrates more on logical structure
-
Comment:
-
can be created and processed by a wide range of tools: plain text editors or WYSIWYG authoring tools
-
problems
-
syntax and semantics mixed together
-
Comment:
-
requires form of "quoting" for <, >, & when needed verbatim
|
|
|