--%>

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 an Anonymous class Anonymous

    Anonymous class: It is a class formed without a class name. Such a class will be a sub class or an implementation of an interface, and is generally formed as an actual argument or returned as a method outcome. For example:

    Q : Explain the steps to design product If

    If not in production, how far did you obey the design and why did not you notice it in production?

  • Q : How does XML maintain white-space in

    How does XML maintain white-space in any documents?

  • Q : What is pipe What is meant by the term

    What is meant by the term pipe?

  • Q : CORBA In what respects did CORBA seek

    In what respects did CORBA seek to improve on technologies such as SunRPC?

  • Q : Define Compilation Compilation : It is

    Compilation: It is a process of translating a programming language. This frequently comprises translating a high level programming language into a low level programming language, and the binary form of a specific instruction set. The translation is ex

  • Q : Perform Exception Handling with

    On occasion, some of Brewbean’s customers mistakenly leave an item out of a basket already checked out, therefore they create a new basket containing the missing items. Though they request that the baskets be combined and hence they are not charged extra shippin

  • Q : Tower of Hanoi Puzzle program using C#

    Tower of Hanoi Puzzle program using C# and Windows Presentation Foundation (WPF) template in Visual Studio 2012 or newer.

  • Q : Explain Branch instruction Branch

    Branch instruction: It stores a new instruction address into the program counter. The consequence of this is the next instruction to be fetched will not generally be the one instantly following the branch instruction. Therefore the normal chronologica

  • Q : What do you mean by ActiveX control

    What do you mean by ActiveX control? Describe in brief.