--%>

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 : Describe Multiple-boot options

    Multiple-boot options: The hardware configurations of several computers are capable to run various operating system and window manager combinations. A few systems permit a user to select which combination they wish to utilize during a specific session

  • Q : Reads a line of text and tests whether

    palindrome.asm -- reads a line of text and tests whether it is a palindrome. ## Register usage: ## $t1 - A. ## $t2 - B. ## $t3 - the character *A. ## $t4 - the character *B. ## $v0 - syscall parameter / return values. ## $a0 - s

  • Q : Explain way to communicate server with

    Explain the way to communicate server with more than one client.

  • Q : Define Property Specifications Property

    Property Specifications: Users can specify assertions using the assert(expr) statements. An assert statement is used to check if the property specified by the expression expr is valid within a state. If expr evaluates to 0, this implies that it is not

  • Q : Define Race hazard Race hazard : It is

    Race hazard: It is a situation which occurs between multiple threads sharing a resource. The race hazard occurs whenever one thread's suppositions regarding the state of a resource are invalidated by the actions of the other thread.

  • Q : What is Dotted decimal notation Dotted

    Dotted decimal notation: The notation employed to symbolize the 4-byte values of an IP address. Each and every byte is symbolized as a value between 0 to 255, for instance 129.12.0.1. The most noteworthy byte is written at first.

  • Q : What is Pointer Arithmetic Pointer

    Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ...

    Q : Why is either inspection or walkthrough

    You were specified a chance to implement either inspections or walkthroughs. Based upon your personal experience that one would you decide? Please share your reason?

  • Q : What do you mean by data movement What

    What do you mean by data movement? Describe in brief.

  • Q : Define the term Protected statement

    Define the term Protected statement: It is a statement within the try clause of the try statement.