Results 1 to 12 of 12
  1. #1

  2. #2
    Senior Member
    Join Date
    Mar 2019
    Location
    Mumbai
    Posts
    187
    1. HTML tags are predefined tags where as XML tags are user defined tags.
    2. HTML tags are limited number of tags where as XML tags are extensible.
    3. HTML tags are case insensitive where as XML tags are sensitive.
    4. HTML tags are meant for displaying the data but not for describing the data where as XML tags are meant for describing the data.
    5. HTML focuses on how data looks where as XML focuses on what data is.

  3. #3
    Senior Member
    Join Date
    Feb 2019
    Posts
    328
    XML or Extensible Markup Language is primarily created to facilitate the functionality of the search engines.
    An HTML comprises of one single HTML page that bears the links of all the web pages of any specific website. This sitemap holds the foundation of all web pages of any website.

  4. #4
    Registered User
    Join Date
    Apr 2019
    Posts
    83
    HTML is used to create web-page and web-application.
    HTML is markup language.
    By HTML we can create static page. It is used to displaying data not to transport data.
    HTML does not preserve white spaces.
    In HTML, closing tag are not necessary.

    XML is also used to create web-page and web-application but it creates dynamic web-page.
    XML is used to transport data not to display.
    XML makes the documents transportable across applications.
    XML preserves the white spaces.
    In XML, closing tags are necessary.
    In XML you can exchange data quickly between different platform.

  5. #5
    Registered User
    Join Date
    Sep 2019
    Posts
    8
    Thanks for sharing useful information for us.

  6. #6
    Senior Member
    Join Date
    Dec 2019
    Posts
    1,837
    There are many differences between HTML (Hyper Text Markup Language) and XML (eXtensible Markup Language). ... HTML is used to display data and focuses on how data looks. XML is a software and hardware independent tool used to transport and store data. It focuses on what data is.

  7. #7
    Senior Member
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    5,019
    HTML sitemap is a plain text sitemap used by browsers to know and surf through your website pages. XML sitemap is a coded sitemap used to submit in webmaster tool to help spiders crawl them and index the webpages in search engines.
    Cheap VPS | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop
    Cheap Dedicated Server | Free IPMI Setup

  8. #8
    Senior Member
    Join Date
    Aug 2015
    Posts
    116
    xml help to provide info to search engine and html provide for human

  9. #9

  10. #10
    Registered User
    Join Date
    Nov 2019
    Posts
    2,528
    There are many differences between HTML (Hyper Text Markup Language) and XML (eXtensible Markup Language). ... HTML is used to display data and focuses on how data looks. XML is a software and hardware independent tool used to transport and store data. It focuses on what data is.

  11. #11

  12. #12
    Registered User
    Join Date
    Mar 2019
    Location
    Ahmedabad
    Posts
    180
    HTML

    HTML is a case sensitive, predefined markup language.

    It is used for presentation of the Data.

    HTML does not support namespaces. Naming collisions are avoided using a prefix in an object member name or by nesting objects.

    You don’t need an extra application code to parse text.
    Example:

    <!DOCTYPE html>
    <html>
    <head>
    <title>Welcome to Edureka</title>
    </head>
    <body>
    <h1>Web Development</h1>
    <p>HTML vs XML</p>
    </body>
    </html>



    XML

    XML is a case sensitive framework for markup languages.

    It is used for transferring the Data.

    XML supports namespaces which help you remove the risk of name collisions while combining with other documents.

    You need an XML DOM implementation and application code to map text back into JavaScript objects.

    Example:

    <?xml version = "1.0"?>
    <contactinfo>
    <address category = "office">
    <name>eLearning</name>
    <Office>Edureka</Office>
    <empid>112340</empid>
    </address>
    </contactinfo>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.