--%>

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 : Learning File system with operations

    Program 1. Purpose of this assignment is to learn to work with files.Assignment: The file, data.txt, is provided on the class website. Each line of the file consists of a binary operator followed by two operands. Your program wi

  • Q : What is Static method Static method :

    Static method: The static method (also termed as a class method) is one with static reserved word in its header. The static methods vary from all other methods in that they are not related with any specific instance of the class to which they fit in.

  • Q : Phenomenon of page fault Explain the

    Explain the phenomenon of page fault?

  • Q : What does XSLT processing models include

    What does extensible style sheet language transformations processing models involve?

  • Q : Define User Datagram Protocol User

    User Datagram Protocol: The User Datagram Protocol (abbreviated as UDP) is a set of rules which permit communication among two processes across a network. The protocol is unreliable, that means that information is not guaranteed to be

  • Q : What is Quotient Quotient: Whenever

    Quotient: Whenever integer division is executed, the outcome comprises of a quotient and a remainder. The quotient symbolizes the integer number of times which the divisor divides into the dividend. For example, in 5/3, 5 is the dividend and 3 is the

  • Q : C-C++ interfaces into WLS JMS Normal 0

    Normal 0 false false

  • Q : Define Loop variable Loop variable : A

    Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.

  • Q : Define Statement Statement : The

    Statement: The fundamental building block of Java method. There are numerous different kinds of statement in Java, for example, the assignment statement, if statement, while loop and return statement.

  • Q : Explain Operator Explain Operator with

    Explain Operator with their types and examples?