--%>

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 : What is an Arithmetic expression

    Expression: It is a combination of operands and operators which generates a resultant value. Expressions contain a resulting type that affects the context in which they might be employed.

  • Q : What is single user sysytem What is

    What is meant by the single users system?

  • Q : Overloading and overriding in the

    Illustrate the difference between overloading and overriding in the programming language?

  • Q : Define the term XML Canonicalization

    Define the term XML Canonicalization?

  • Q : What is Bit Bit : It is a binary digit

    Bit: It is a binary digit that can take on two possible values: 0 and 1. The bits are basic building block of both data and programs. Computers regularly shift data around in multiples of eight-bit units (that is, bytes for the sake of effectiveness).

  • Q : Aggregation and containment in the

    Illustrate the basic difference between Aggregation and containment in the Programming?

  • Q : What is Block Block : The statements

    Block: The statements and declarations are enclosed between a matching pair of curly brackets ({ and }). For example, a class body is a block, as it is a method body. The block surrounds a nested scope level.

  • Q : Index value of the initial element in

    Write the index value of the initial element in an array?

  • 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 : Explain Functional programming

    Functional programming: It is a style of programming related with languages like Haskell. The functional programming languages are more strongly tied to a mathematical concept of `function' than imperative programming languages. This makes it simpler