--%>

Explain the relationship between XHTML and SGML

Explain the relationship between XHTML and SGML.

E

Expert

Verified

Standard Generalized Markup Language (SGML) is a metalanguage in that one can describe markup languages, as HTML, for documents. Standard Generalized Markup Language is a descendant of IBM's GML stands for Generalized Markup Language, developed in the 1960s through Charles Goldfarb, Raymond Lorie and Edward Mosher (whose surname initials also occur to be GML).

XHTML is not directly associated to SGML. But this is indirectly to SGML by HTML.

   Related Questions in Programming Languages

  • Q : Types of rings in CPU Name the

    Name the different kinds of rings presented in CPU?

  • Q : What is Random Access Memory Random

    Random Access Memory: Random access memory, or RAM, is the memory whose contents are simply accessible to the processing components of a computer. In specific, the time it takes to read and write to a particular portion of the memory does not based on

  • Q : What is Datagram Datagram : It is a

    Datagram: It is a packet of information passed between the two communicating procedures across a network. Both the Transmission Control Protocol (abbreviated as TCP) and the User Datagram Protocol (abbreviated as UDP) are indirectly comprised in sendi

  • Q : Define Binary search Binary search :

    Binary search: This is a search of sorted data, in which the middle place is examined first. The search continues with either the right or the left part of the data, therefore removing half the remaining search space. This procedure is repeated at eac

  • Q : State the term a markup language State

    State the term a markup language?

  • Q : Cmp and diff commands Explain the

    Explain the difference between” cmp” and “diff” commands?

  • Q : Explain the way of the Orbeon Explain

    Explain the way of the Orbeon.

  • 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

  • Q : Define Well-known port Well-known port

    Well-known port: It is a port number at which a server provides a familiar service. For example, 80 is well-known port number for the servers employing the HyperText Transfer Protocol (abbreviated as HTTP).

  • Q : Define the term Static type Define the

    Define the term Static type: It is the static type of an object is the declared type of the variable employed to refer to it.