HTML
|
XML
|
HTML is
an abbreviation for HyperText Markup Language.
|
XML
stands for eXtensible Markup Language.
|
HTML
was designed to display data with focus on how data looks.
|
XML was
designed to be a software and hardware independent tool used to transport and
store data, with focus on what data is.
|
HTML is
a markup language itself.
|
XML
provides a framework for defining markup languages.
|
HTML is
a presentation language.
|
XML is
neither a programming language nor a presentation language.
|
HTML is
case insensitive.
|
XML is
case sensitive.
|
HTML is
used for designing a web-page to be rendered on the client side.
|
XML is
used basically to transport data between the application and the database.
|
HTML
has it own predefined tags.
|
While
what makes XML flexible is that custom tags can be defined and the tags are
invented by the author of the XML document.
|
HTML is
not strict if the user does not use the closing tags.
|
XML
makes it mandatory for the user the close each tag that has been used.
|
HTML
does not preserve white space.
|
XML
preserves white space.
|
HTML is
about displaying data,hence static.
|
XML is
about carrying information,hence dynamic.
|
Showing posts with label Difference between HTML and XML. Show all posts
Showing posts with label Difference between HTML and XML. Show all posts
Thursday, 16 March 2017
Difference between HTML and XML
Subscribe to:
Posts (Atom)
Oracle Reserved Words
Oracle Reserved Words The following words are reserved by Oracle. That is, they have a special meaning to Oracle and so cannot be redefi...
-
Program using OLE Container control: 1. Select OLE control in Toolbox. 2. Place the control on the form with the...
-
Create an employee database in ms-access as follows Write javascript code as follows ------------------------------------------ 1) Ad...
-
<html> <!-- This is 4.lists.html --> <head> <title> lists </title> </head> <body> <p> order...