--%>

Explain relationship between XHTML and DTD

Explain relationship between XHTML and DTD?

E

Expert

Verified

Document Type Definition (DTD) is a language based upon XML to you to describe a specific kind of XML documents.

As XHTML is an exact type of XML documents, you can utilize DTD to define the structure of XHTML. Actually, XHTML 1.0 Strict version is explained in DTD.

   Related Questions in Programming Languages

  • Q : Explain the way to back-up active

    Explain the way to back-up active directory.

  • Q : Explain Model-view pattern Model-view

    Model-view pattern: It is a pattern in which the representation of data (that is, the model) is kept separate from its visualization (that is, the view). These decoupling makes it simpler to change the underlying data representation, or give multiple

  • Q : What is Syntax error Syntax error: It

    Syntax error: It is an error detected by the compiler throughout its parsing of a program. The syntax errors generally result from mis-ordering symbols in statements and expressions. Missing curly semicolons and brackets are general illustrations of s

  • Q : What is Dotted decimal notation Dotted

    Dotted decimal notation: The notation employed to symbolize the 4-byte values of an IP address. Each and every byte is symbolized as a value between 0 to 255, for instance 129.12.0.1. The most noteworthy byte is written at first.

  • Q : Explain the applications of testing

    Explain the applications of testing life cycle.

  • Q : State the term GPO links State the term

    State the term GPO links? Explain.

  • Q : What is Java What is Java: It is a

    What is Java: It is a portable high level programming language introduced by Sun Microsystems.

  • Q : What is Native method Native method :

    Native method: In native method, the method is written in a language other than Java, however accessible to a Java program. Native methods are far away from the scope of this definition.

  • Q : What do you mean by the term JFC What

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

  • Q : CPU programming When a process enters

    When a process enters the CPU, your program must now "fork"and "exe" a stand alone child process. You MUST use "glxgears" for the child process.                            When a context switch occurs