--%>

Explain the differences between HTML and XML

Explain the differences between HTML and XML?

E

Expert

Verified

It’s remarkable how many developers claim to be capable programming along with XML, even do not understand the fundamental differences between HTML and XML. Anyone along with a basic grasp of XML must be capable describe several of the major differences outlined in the table below.

HTML

• For web display explained set of tags designed
• Format driven
• End tags not needed
• Quotes not needed
• Slash not needed

XML

• All tags are User definable
• Content driven
• End tags needed for well formed documents
• Quotes needed around attributes values
• Slash needed in empty tags

   Related Questions in Programming Languages

  • Q : What is Low level programming languages

    Low level programming languages: It is frequently termed as `assembly languages’; these give little more than the fundamental instruction set of a particular Central Processing Unit. Therefore programs written in low level programming languages

  • Q : Non linear dynamic model equation to

    Could you please show the steps from non linear dynamic model equation to linear equation?

  • Q : What is Complement operator Complement

    Complement operator: The complement operator, ~, is employed to invert the value of each bit in the binary pattern. For illustration, the complement of 1010010 is 0101101.

  • Q : Search and Coverage of SPIN Search and

    Search and Coverage of SPIN: SPIN has a highly optimized state exploration algorithm. It supports random, interactive and guided simulation, and both exhaustive and partial coverage, based on either depth-first or breadth-first search.

    Q : Explain the way to back-up active

    Explain the way to back-up active directory.

  • Q : What is Bandera Bandera: The main goal

    Bandera: The main goal of Bandera project is to integrate existing programming language processing methods with newly developed methods to provide automated support for the extraction of safe, compact, finite-state models which are suitable for verifi

  • Q : Common Language Infrastructure or CLI

    What is the Common Language Infrastructure (CLI)? What relation does .NET have with the CLI?

  • Q : Inventory management system in UML

    Mini-Case The Hatcher Company is in the process of developing a new inventory management system.  One of the event handling processes in that system is Receive Supplier Shipments.  The (inexperie

  • Q : Define the term Garbage collector

    Garbage collector: It is a daemon thread which recycles objects to which there are no extant references in a program.

  • Q : Function of STR and LPSTR Explain what

     Explain what is the function of STR and LPSTR?