--%>

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 Structured programming

    Structured programming: It is a style of programming generally related with languages like FORTRAN, C, Pascal and so forth. Employing structured programming methods, a problem is frequently resolved employing a divide and conquer approach like stepwis

  • Q : Define the way to threads own the mutex

    Define the way to threads own the mutex?

  • Q : Define Livelock Livelock : It is a

    Livelock: It is a situation in which a thread waits to be notified of a condition however, on waking, finds that the other thread has inverted the condition another time. The primary thread is forced to wait again. Whenever this occurs for an indefini

  • Q : Define Mixed Mode Mixed Mode : Permits

    Mixed Mode: Permits domain controllers executing both Windows 2000 and prior versions of Windows NT to co-exist in the domain. In mixed mode, the domain features from prior versions of Windows NT Server are still allowed, whereas some Windows 2000 fea

  • Q : State Finalization Finalization :

    Finalization: Instantly before an object is garbage collected, its finalize method is called. This offers it the opportunity to free any resources it may be holding on to.

  • Q : Define Keyword Keyword : They are

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

  • Q : Does TestComplete maintain testing of

    Does TestComplete maintain testing of Flex applications?

  • Q : What is Native Mode Native Mode :

    Native Mode: Whenever all the domain controllers in a specified domain are executing Windows 2000 Server. This mode permits organizations to take benefit of new Active Directory features like Universal groups, nested group membership, and the inter-do

  • Q : What is Stepwise refinement Stepwise

    Stepwise refinement: It is a divide and conquer approach to the programming, in which a complicated problem is recursively divided into smaller, sub-problems and more manageable. This approach to program design is frequently employed with structured p

  • Q : What are the tools require writing

    What are the tools require writing XHTML documents?