--%>

Explain the reason to not carry on extending HTML

Explain the reason to not carry on extending HTML.

E

Expert

Verified

HTML was already overburdened along with dozens of interesting but incompatible inventions by different manufacturers, since it provides only one method of describing your information.

XML permits groups of people or organizations to question C.13, make their own customized markup applications for exchanging information within their domain (like music,  electronics, chemistry, hill-walking, surfing, finance, petroleum geology, cooking, linguistics, knitting, stellar cartography, engineering, history, rabbit-keeping, mathematics, question C.19 and genealogy).

HTML is here well beyond the limit of its usefulness as a manner of explaining information, and while this will continue to play a significant role for the content this currently represents, several new applications need a more flexible and robust infrastructure.

   Related Questions in Programming Languages

  • Q : Explain script recorded over tested web

    Why is the script recorded over the tested web pages not playback correctly?

  • Q : ERD What is the meaning ofDerive the

    What is the meaning ofDerive the department and staff relations from the following ERD.

  • Q : Alice 2.2 bucking bronc How do i create

    How do i create the bucking bronco in alice 2.2

  • Q : What is Runtime stack Runtime stack :

    Runtime stack: It is a stack structure maintained by the Java Virtual Machine which records that methods are presently being executed. The most of late entered technique will be at the top of the stack and the main technique of an application will be

  • Q : Define Encapsulation Encapsulation :

    Encapsulation: Safeguarding the state of objects by stating its attributes as private and channeling entrance to them via accessor and mutator techniques.

  • Q : Determining group ID of new file

    Explain various options available in order to determine the group ID of new file?

  • Q : Define Uniform Resource Locator Uniform

    Uniform Resource Locator: It is a Uniform Resource Locator (abbreviated as URL) expands the concept of file access from a wholly local context to one in which the resources are named uniformly, irrespective of where they may be physically situated. A

  • Q : Define the term Condition Define the

    Define the term Condition: It is a Boolean expression which controls a conditional statement or loop.

  • Q : Explain Semantic error Semantic error:

    Semantic error: It is an error in the meaning of program. A statement might contain no syntax errors, however might still break the rules of Java language. For example, when ivar is an int variable, the shown statement is syntactically correct

  • Q : What is Filter stream Filter stream :

    Filter stream: It is an input-output class which filters or manipulates its stream of input- or output-data in some manner. Two illustrations are: DataInputStream and DataOutputStream.