--%>

State the term Standard Generalized Markup Language

State the term Standard Generalized Markup Language?

E

Expert

Verified

SGML stands for Standard Generalized Markup Language (ISO 8879:1986), the international standard for explaining descriptions of the structure of various types of electronic document.

SGML is very huge, powerful, and complicated. This has been in heavy industrial and commercial utilize for nearly two decades, and here is an important body of expertise and software to go with this.

XML is a lightweight cut-down version of SGML that keeps sufficient of its functionality to make it helpful but removes all the optional features that made SGML too complex to program for into a Web environment.

   Related Questions in Programming Languages

  • Q : Modeling Language for SPIN-Promela

    Modeling Language: The modeling language used for SPIN is called Promela (Process Meta Language). In fact, the name SPIN stands for Simple Promela Interpreter. Promela is a powerful C-like specification language with a variety of synchronization primi

  • Q : Explain Global variable Global variable

    Global variable: It is a phenomenon which is more generally regarded as being a trouble in structured programming languages than in object-oriented languages. In structured programming language, like C or Pascal, a global variable is one stated outsid

  • Q : Visual basic programming homework A

    A local car hire company has approached you to create a user-friendly computer program that will enable their hire operatives to send invoices to their customers. The operatives are not computer literate so a user-friendly, uncomplicated and robust interface is required. At presen

  • Q : Depths of categories-subcategories

    Normal 0 false false

  • Q : Describe the term Context Switch

    Describe the term Context Switch.

  • Q : Define the term Stack trace Define the

    Define the term Stack trace: It is a display of the runtime stack.

  • Q : Describe File system File system : The

    File system: The operating system makes it possible to utilize space on a computer's disk drives by imposing a structured file system on disk storage. Each and every file system contains its own conventions for the manner in which the files are named,

  • Q : What is an Arithmetic expression

    Arithmetic expression: It is an expression comprising numerical values of integer or floating point kinds. For example, operators like +, -, *, / and % get arithmetic expressions as their operands and generate arithmetic values as their outcomes.

  • Q : Difference between collection and arrays

    Write the difference between collection and arrays?

  • Q : Assembly program that reads in five

     I need to write assembly program that reads in five numbers from the user. The user can then be prompted for one of the following pieces of information to be computed and returned: . the mean of the five numbers; . the largest number in the set; . the smallest number in the set; . t