|
What is HTML? |
Ans:)HTML is the HyperText Markup Language (RFC 1866), a small application of
SGML used on the Web.It defines a very simple class of report-style documents, with section
headings,paragraphs, lists, tables, and illustrations..
|
| |
| Aren't XML, SGML, and HTML all the same thing ? |
Ans:)HTML is just one of many SGML or XML applications—the one most frequently used on
the Web.
|
| |
| Who developed XML? |
Ans:) XML is an activity of the World Wide Web Consortium (W3C).
The XML development effort started in 1996.
In February 1998, XML 1.0 specification became a recommendation by the W3C.
|
| |
| Why is XML such an important development? |
Ans:) XML allows the flexible development of user-defined document types.It provides a robust, non-proprietary, persistent, and verifiable file format
for the storage and transmission of text.
|
| |
| Why should I use XML? |
Ans:) XML provides a common syntax for messaging systems for the exchange of
information between applications.XML is free.Not just free of charge but free of legal encumbrances.
It doesn't belong to anyone, so it can't be hijacked or pirated.
|
| |
| What does "DTDless" mean? |
Ans:) DTDless operation means you can invent markup without having to define it
formally, provided you stick to the rules of XML syntax.
|
| |
| What is an XML processor ? |
Ans:) XML processor is used to read XML documents and provide access to their content
and structure.
|
| |
| |
|
| |