--%>

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 : 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 : Define Peer Peer : It is a term

    Peer: It is a term employed of the Abstract Windowing Toolkit (AWT) to refer to the underlying classes which give the platform-specific implementation of the component classes.

  • Q : Determining group ID of new file

    Explain various options available in order to determine the group ID of new file?

  • Q : Write a program that initializes an

    Write a program that initializes an integer array a[20] with values {0, 1, 2, 3, ...18, 19 - once each} then scrambles them up and prints the values in random order. For example: 19 2 3 8 11 1 4 17 7 15 9 0 16 12 18 13 5 6 10 14    

  • Q : What do you mean by java Swing What do

    What do you mean by the term java Swing? Describe in brief.

  • Q : Create an applet of bounces in JAVA

    Create an applet that bounces a blue ball inside an applet using Thread.  The ball (diameter is 10) will start at position (0,0).  When the ball hits the edge of the applet, the ball should bounce off the edge at a randomly selected angle between 20 and 60 d

  • Q : Describe Multiple-boot options

    Multiple-boot options: The hardware configurations of several computers are capable to run various operating system and window manager combinations. A few systems permit a user to select which combination they wish to utilize during a specific session

  • Q : Transport for XML Web Services What is

    What is the transport for XML Web Services? How can end-to-end security be provided for this transport?

  • Q : What is Big-endian Big-endian : This is

    Big-endian: This is a common difference among machines, the order in which they store individual bytes of multi-byte numerical data. Big-endian machine stores the higher-order bytes previous to the lower-order bytes.

  • Q : Short lock in the tibco iProcess

    Describe the term short lock in the tibco iProcess in brief.