--%>

Explain the relationship between XHTML and HTML

Explain the relationship between XHTML and HTML?

E

Expert

Verified

Hyper-Text Markup Language (HTML) is the original markup language for writing Web documents.
XHMTL 1.0 is fundamentally similar language as HTML 4.0. But XHTML 1.0 is explained in XML 1.0 syntax. XHTML 1.0 gives the features as given below:

• Documents of XHTML are XML conforming. Because, they are readily viewed, validated and edited with standard XML tools.

• Documents of XHTML can be written to operate also or better than they did before during existing HTML 4-conforming user agents within new, XHTML 1.0 conforming user agents.

• Documents of XHTML can utilize applications (for example: scripts and applets) which rely on either the XML Document Object Model or the HTML Document Object Model.

   Related Questions in Programming Languages

  • Q : What is Leverage Model-Based Design

    Leverage Model-Based Design: Model-based design provides useful hints of how a large system can be reduced so that its state space becomes searchable. If not inherently visible in the design (for example, by means of using a “State” design

  • Q : What does XSLT processing models include

    What does extensible style sheet language transformations processing models involve?

  • Q : Explain the good example of XHTML

    Explain the good example of XHTML element opening tags.

  • Q : How can Login dialog accessed The web

    The web page I am testing displays the Login dialog. How can I access this dialog?

  • Q : Define Sign bit Sign bit : In

    Sign bit: In 2s-complement notation, the most important bit in an integer value is employed to determine the sign of the value. A 1-bit point out a negative number and a 0 bit point out a positive number.

  • Q : Define Keyword Keyword : They are

    Keyword: They are reserve word containing special meaning of the language and cannot be employed as identifier.

  • Q : What is High level programming language

    High level programming language: Languages like Ada, Java, C++, and so on which give programmers with features like control structures, classes, methods, packages, and so forth. Such features are mostly independent of any specific instruction set, and

  • Q : Define Interpretational inner class

    Interpretational inner class: It is an inner class whose role is to give a view or interpretation of data belongs to its enclosing class, however independent of the data's real representation.

  • Q : Define Java virtual machine or JVM

    Define Java virtual machine (JVM): A Java Virtual Machine (JVM) is an abstract computing machine, or virtual machine (set of computer software programs and data structures) which is a platform-independent execution environment that converts Java bytec

  • Q : What is Factory pattern Factory pattern

    Factory pattern: A pattern of class definition which is employed as a generator of instances of other classes. Frequently employed to form platform- or locale-particular implementations of abstract classes or interfaces. This decreases coupling betwee