--%>

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 : Explain Singleton pattern Singleton

    Singleton pattern: It is a pattern which permits us to make sure that only a single instance of a specific class exists at any one time. Such an instance is termed as singleton. The pattern can as well be employed whenever instances would have no excl

  • Q : Non linear dynamic model equation to

    Could you please show the steps from non linear dynamic model equation to linear equation?

  • Q : Define Propagation Propagation : When

    Propagation: When an exception is thrown in a method, and there is no suitable exception handler within the method, the exception might be propagated to the caller of the method. For a checked exception, the method should include a throws clause in it

  • Q : Define the features of DTD Define the

    Define the features of DTD?

  • Q : Define the term Local inner class and

    Define the term Local inner class and Local variable: Local inner class: It is an inner class stated in a method. Local variable: It is a variable defined within

  • Q : Define the term Protected statement

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

  • Q : How can I check while a web page

    How can I check while a web page contains exact text?

  • Q : Define Bogor Bogor (Robby, Dwyer, and

    Bogor (Robby, Dwyer, and Hatcliff 2006) is an extensible software model-checking framework which includes: Software model checking algorithms Visualizations A user interface designed to

  • Q : What is Hash code Hash code : It is a

    Hash code: It is a value returned by a hash function. A hash code can be employed as an index into a random-access data structure, offering a proficient mapping between an object and its position. Employed by classes like HashMap.

  • Q : Explain Method overloading Method

    Method overloading: Two or more techniques with similar name stated within a class are said to be overloaded. This exerts to both constructors and other methods. The overloading applies via a class hierarchy, thus a sub class may overload a method sta