--%>

Illustrates XML is an important development

Illustrates XML is an important development.

E

Expert

Verified

This removes two constraints that were holding back Web developments:

1. Dependence upon a single, inflexible document type (HTML) that was being much abused for tasks this was never designed for;

2. The complexity of full SGML, that syntax allows several powerful if hard-to-program options.

It permits the flexible development of user-defined document types. This gives a robust, non-proprietary, verifiable and persistent file format for the transmission and storage of text and data both upon and off the Web; and this removes the more complex options of SGML, making this easier to program for.

   Related Questions in Programming Languages

  • Q : What are the valid and invalid XHTML

    What are the valid and invalid XHTML element names?

  • Q : Describe Method Method : The portion of

    Method: The portion of a class definition which implements some of the behavior of objects of the class. The body of the method includes declarations of local variables and statements to execute the behavior. The method receives input through its argu

  • Q : Explain Static variable Static variable

    Static variable: It is a static variable defined within a class body. Such a variable fits in to the class as a whole, and is, thus, shared by all objects of the class. The class variable may be employed to define the default value of an instance vari

  • Q : Double clock signal in synchronous

    Describes the cases where you need to double clock a signal before presenting this to a synchronous state machine?

  • Q : Meaning of active and passive objects

    Illustrate in brief the meaning of active and passive objects?

  • Q : Define the term Boolean Boolean : It is

    Boolean: It is one of the Java's primitive types. The Boolean type has merely two values: true and false.

  • Q : Procedural and object-oriented programs

    Illustrate the difference between the procedural and object-oriented programs in brief.

  • Q : What is Cascading if-else statement

    Cascading if-else statement: A form of if-else statement in which all else-part (apart from the last) comprises of a further nested if-else statement. Employed to overcome the trouble of textual drift frequently related with nested if statements.

  • Q : What is testing What is testing?

    What is testing?

  • Q : Define Hexadecimal Hexadecimal : Number

    Hexadecimal: Number representation in hexadecimal is base 16. In base 16, the digits 0-9 and the letters A to F are utilized. A symbolizes 10 (base 10), B symbolizes 11 (base 10), and so forth. Digit positions symbolize successive pow