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 : Define the term Statement terminator

    Define the term Statement terminator: The semicolon (;) is employed to point out the end of a statement.

  • Q : State the term non-XML resources State

    State the term non-XML resources?

  • Q : Describe limitations of AJAX Briefly

    Briefly describe the limitations of AJAX.

  • Q : Importance of client-side libraries

    Explain the importance of the client-side libraries?

  • Q : Define Class inheritance Class

    Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single

  • Q : Explain Variable declaration Variable

    Variable declaration: It is the association of a variable with a specific type. It is significant to make a distinction among the declaration of variables of primitive types and such of class types. The variable of primitive type performs as a contain

  • Q : Write a program that prints out all

    Write a program that prints out all prime numbers between 1 and 1000. Print the values out ten per line, with digits lined in proper columns.

  • Q : Define Unconditional Jumps

    Unconditional Jumps: Jumps which are not strictly upwards in the block hierarchy can require extensive control-flow manipulation, including creation of redundant code, and should be avoided if possible. Such jumps add considerable modeling overhead fo

  • Q : Explain Redundant value Redundant value

    Redundant value: The value of a data type which has no use or meaning in a particular context. For example, negative values would be redundant a class employing integer attributes to the model assignment marks. In several applications, redundant patte

  • Q : Command to recognize type of file

    Specify the command which is used to recognize the type of file?

©TutorsGlobe All rights reserved 2022-2023.