Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   Difference between HTML and XML (http://siteownersforums.com/showthread.php?t=137072)

artijain1900 11-29-2013 05:18 AM

Difference between HTML and XML
 
What is difference between HTML and XML?

sheik 12-31-2013 03:18 AM

The most salient difference between HTML and XML is that HTML describes presentation and XML describes content. An HTML document rendered in a web browser is human readable. XML is aimed toward being both human and machine readable.

rizwan 04-22-2015 06:21 AM

HTML is a markup language that is used to design web pages. It is written in predefined tag elements. Its primary purpose is to display data with focus on how the data looks.
XML is a markup language whose primary purpose is to transport and store data. It is a language that can be used to develop new languages and define other languages. It does not have a predefined set of tags, and allows the developer to customize tags.

BenjaminMayer 06-02-2015 10:10 AM

HTML and XML both are designed with different goal.
1. HTML is a markup language used to design webpage, where as XML is a markup language whose main purpose is to transport and store data.
2.HTML has a predefined set of tag elements. XML does not have any predefined set of tag.
3. The purpose of HTML is to display data with focus on how the data looks. while XML was designed to describe data focus on what data is.

smmexpertss 09-06-2015 01:18 AM

The Difference Between XML and HTML. XML and HTML were designed with different goals: XML was designed to describe data, with focus on what data is. HTML was designed to display data, with focus on how data looks

yasar 09-08-2015 12:18 PM

HTML is a basic website development language xml is a layout langauge for websites, Using the xml you can add the new layout for your site

Martinricky 09-26-2015 02:26 AM

HTML is the predominant mark up language for web pages. HTML creates structured documents by denoting structural semantics for text like headings, lists, links, quotes etc. It allows images and objects to be embedded to create interactive forms. It is written as tags surrounded by angle brackets - for example, . Scripts in languages like JavaScript can also be loaded.

XHTML is a family of XML languages which extend or mirror versions of HTML. It does not allow omission of any tags or use of attribute minimization. XHTML requires that there be an end tag to every start tag and all nested tags must be closed in the right order. For example, while
is valid in HTML, it would be required to write
in XHTML.

Lemosys 09-29-2015 10:44 PM

5 Major difference between HTML and XML

1.HTML was designed to display data with focus on how data looks while XML was designed to be a software and hardware independent tool used to transport and store data, with focus on what data is.

2.HTML is a markup language itself while XML provides a framework for defining markup languages.

3.HTML is a presentation language while XML is neither a programming language nor a presentation language.

4.HTML is case insensitive while XML is case sensitive.

5.HTML is used for designing a web-page to be rendered on the client side while XML is used basically to transport data between the application and the database.

RH-Calvin 10-01-2015 12:00 AM

HTML and XML are two types of sitemap. HTML sitemap is used for browsers to surf and find webpages on your website. On the other hand XML sitemap is a coding sitemap which is used by search engine crawlers to read through your website pages. XML sitemap submitted in webmaster tool helps to index your webpages faster in search engines.

ipack 10-26-2015 09:40 PM

hi,
The major difference between HTML and XML is that HTML describes presentation and XML describes content. An HTML document is human readable but XML is aimed toward being both human and machine readable.

lewissmith 10-28-2015 04:46 AM

Difference between HTML and XML
 
HTML is a markup language that is used to design web pages. It is written in predefined tag elements. Its primary purpose is to display data with focus on how the data looks. XML is a markup language whose primary purpose is to transport and store data. It is a language that can be used to develop new languages and define other languages. It does not have a predefined set of tags, and allows the developer to customize tags.

Application Development Company India | Apps Development Services

Lemosys 10-29-2015 02:03 AM

Sitemap XML search engine readable only.XML is a markup language whose primary purpose is to transport and store data.
and sitemap HTML user readable.HTML is a markup language that is used to design web pages.

Kiara 07-01-2016 12:37 AM

HTML :
HTML is an abbreviation for HyperText Markup Language.
HTML was designed to display data with a focus on how data looks.
HTML is used for designing a web page to be rendered on the client side.
HTML is not strict if the user does not use the closing tags.
XML:
XML stands for eXtensible Markup Language.
XML was designed to be a software and hardware independent tool used to transport and store data, with a focus on what data is.
XML is used basically to transport data between the application and the database.
XML makes it mandatory for the user the close each tag that has been used.

yadavji83 07-05-2016 02:04 AM

XML on the other hand is used just to save data. It don't do anything else, as XML is the simplest form of saving data it can be used by mostly all the different languages. This makes it a universal choice.

HTML is used to place different designing elements at some particular place this is used to make your Photoshop design into working HTML.

janpaul7890 07-05-2016 02:44 AM

XML and HTML were designed with different goals:

XML was designed to carry data - with focus on what data is
HTML was designed to display data - with focus on how data looks
XML tags are not predefined like HTML tags are

Manya Johnson 07-10-2016 11:09 PM

1. HTML tags are Predefined. XML custom tags can be created by the author.
2. HTML is static and XML is dynamic.
3. HTML cannot preserve white space. XML preserved white space.
4. HTML is not case sensitive. XML is case sensitive.

HenryJack 07-10-2016 11:28 PM

HTML Stands for Hypertext Markup Language and it the most popular language for web designing and development.
XML Stands for Extensible Markup Language it is more of a language used to exchange data over web rather than designing or developing data.

rekhaweb 07-13-2016 11:58 PM

HTML

HTML is an abbreviation for HyperText Markup Language.
HTML was designed to display data with focus on how data looks.
HTML is a markup language itself.
XML

XML stands for eXtensible Markup Language.
XML was designed to be a software and hardware independent tool used to transport and store data, with focus on what data is.
XML provides a framework for defining markup languages.

sashwatmegh 07-22-2016 06:34 AM

HTML is used for designing a web page to be rendered on the client side. It is not strict if the user does not use the closing tags.

XML is used basically to transport data between the application and the database.It makes it mandatory for the user the close each tag that has been used.

iqbaljan 08-07-2016 11:08 AM

HTML is a markup langauge used for creating webpages and xml is a markup langauge use to carry data.

vwebdevelopment 08-22-2016 06:12 AM

HTML is a markup language that is used to design web pages. It is written in predefined tag elements. Its primary purpose is to display data with focus on how the data looks.
XML is a markup language whose primary purpose is to transport and store data. It is a language that can be used to develop new languages and define other languages. It does not have a predefined set of tags, and allows the developer to customize tags.

eumaxindia 09-01-2016 02:41 AM

HTML is an designing language and user friendly
XML is an pre define tags.......
HTML


<br /> </head><br /> <body><br /> ...........<br /> </body><br /> </html></div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">Apptunix</td> <td class="smallfont" align="right">11-19-2017 11:18 PM</td> </tr> </table> <hr /> <div>HTML is a markup language that is used to design web pages. It is composed in predefined tag elements. Its basic role is to show data with focus on how the data looks. XML is a markup language whose basic role is to transport and store information.It is a language that can be used to develop new languages and define other languages.. It doesn't have a predefined set of tags, and allows the developer to customize tags.<br /> <b><a href="http://www.apptunix.com/mobile-application-development-company/" target="_blank"><br /> Mobile Application Development Company</a></b> | <br /> <b><a href="http://www.apptunix.com/mobile-application-development-company/" target="_blank">Mobile Application Development Services</a></b></div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">davidlynch</td> <td class="smallfont" align="right">11-19-2017 11:28 PM</td> </tr> </table> <hr /> <div><strong>Difference between HTML and XML</strong><br /> </div> <div>The Difference Between XML and HTML. XML and HTML were designed with different goals: XML was designed to carry data - with focus on what data is. HTML was designed to display data - with focus on how data looks.<br /> <a href="http://www.apptunix.com/mobile-application-development-company/" target="_blank">Application development Company India</a> | <a href="http://www.apptunix.com/" target="_blank">Apps Development Services</a></div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">exproacademy</td> <td class="smallfont" align="right">11-23-2017 02:34 AM</td> </tr> </table> <hr /> <div><strong>HTML and XML</strong><br /> </div> <div>HTML is a markup language, readable by the users.<br /> XML is a markup language, readable by search engines.<br /> One should have both HTML and XML files for their website.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">AmandaCherry</td> <td class="smallfont" align="right">11-30-2017 03:02 PM</td> </tr> </table> <hr /> <div>The Difference Between XML and HTML. XML and HTML were designed with different goals: XML was designed to carry data - with focus on what data is. HTML was designed to display data - with focus on how data looks.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">Lemosys</td> <td class="smallfont" align="right">12-22-2017 02:41 AM</td> </tr> </table> <hr /> <div>The major difference between HTML and XML is that HTML is used to describe web pages and its presentation. While XML is used to describe the content of the website.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">martinsimmons</td> <td class="smallfont" align="right">12-23-2017 03:41 AM</td> </tr> </table> <hr /> <div>Both are markup languages, which represents text data in proper format using tags.<br /> <br /> <br /> <b><br /> HTML:</b><br /> <br /> It was designed to display data.<br /> It is written in pre-defined tag elements.<br /> It is case insensitive.<br /> It is used for designing a web page to be rendered on client side.<br /> It does not preserve white space.<br /> <b><br /> XML:</b><br /> <br /> I was designed to store data.<br /> It is user defined tag elements.<br /> It is case sensitive.<br /> It is used to transport data between the application and database.<br /> It does.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">karthiknagaraja</td> <td class="smallfont" align="right">12-28-2017 05:21 AM</td> </tr> </table> <hr /> <div>html -hypertext markup language <br /> xml - extensible markup language they both are markup language but xml is used for designing a web site</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">PeterGenesis</td> <td class="smallfont" align="right">12-28-2017 07:53 AM</td> </tr> </table> <hr /> <div>The Difference Between XML and HTML. XML and HTML were designed with different goals: XML was designed to carry data - with focus on what data is. HTML was designed to display data - with focus on how data looks.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">travelowebseo</td> <td class="smallfont" align="right">12-29-2017 11:30 PM</td> </tr> </table> <hr /> <div>HTML is a mark-up language, while DHTML is a collection of technology.<br /> DHTML creates dynamic web pages, whereas HTML creates static web pages.<br /> DHTML allows including small animations and dynamic menus in Web pages.<br /> DHML used events, methods, properties to insulate dynamism in HTML Pages.<br /> DHML is basically using JavaScript and style sheets in an HTML page.<br /> HTML sites will be slow upon client-side technologies, while DHTML sites will be fast enough upon client-side technologies.<br /> HTML creates a plain page without any styles and Scripts called as HTML. Whereas, DHTML creates a page with HTML, CSS, DOM and Scripts called as DHTML.<br /> HTML cannot have any server side code but DHTML may contain server side code.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">carrielawlor</td> <td class="smallfont" align="right">01-19-2018 02:10 AM</td> </tr> </table> <hr /> <div>All above comments makes easy for me to understand difference between HTML and XML. <br /> Thanks</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">richestsoft</td> <td class="smallfont" align="right">02-08-2018 12:51 AM</td> </tr> </table> <hr /> <div><strong>Main Difference between HTML and XML</strong><br /> </div> <div>HTML abbreviates for HyperText Markup Language while XML abbreviates for Extensible Markup Language. There are many differences between HTML and XML but the main difference is that HTML was designed to display data with the focus on how the data looks and XML was designed to store data with the focus on what the data is.</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">PeterGenesis</td> <td class="smallfont" align="right">09-27-2019 07:01 AM</td> </tr> </table> <hr /> <div>HTML is an abbreviation for HyperText Markup Language. HTML was designed to display data with focus on how data looks. XML was designed to be a software and hardware independent tool used to transport and store data, with focus on what data is. XML provides a framework for defining markup languages</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">AmandaCherry</td> <td class="smallfont" align="right">09-28-2019 07:07 AM</td> </tr> </table> <hr /> <div>HTML is a basic website development language xml is a layout langauge for websites, Using the xml you can add the new layout for your site</div> </td> </tr> </table> <br /><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%"> <tr> <td class="page"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="bottom"> <td style="font-size:14pt">alvin_hoffman</td> <td class="smallfont" align="right">10-03-2019 07:20 AM</td> </tr> </table> <hr /> <div>The prior difference is that in XML there are provisions for defining new elements while HTML doesn't provide a specification to define new element and it uses predefined tags. XML can be used to build markup languages while HTML itself is a markup language</div> </td> </tr> </table> <br /> <br /> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr valign="top"> <td class="smallfont">All times are GMT -7. The time now is <span class="time">10:13 AM</span>.</td> <td align="right"> <div class="smallfont"></div> </td> </tr> </table> <p class="smallfont" align="center"> <br /> Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc. </p> </body> </html>