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)

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 /> <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">09:33 AM</span>.</td> <td align="right"> <div class="smallfont"><div class="pagenav" align="right"> <table class="tborder" cellpadding="3" cellspacing="1" border="0"> <tr> <td class="vbmenu_control" style="font-weight:normal">Page 2 of 3</td> <td class="alt1"><a rel="prev" class="smallfont" href="printthread.php?s=47d42103041810866387ad0deab7723a&t=137072&pp=15" title="Prev Page - Results 1 to 15 of 36"><</a></td> <td class="alt1"><a class="smallfont" href="printthread.php?s=47d42103041810866387ad0deab7723a&t=137072&pp=15" title="Show results 1 to 15 of 36">1</a></td> <td class="alt2"><span class="smallfont" title="Showing results 16 to 30 of 36"><strong>2</strong></span></td> <td class="alt1"><a class="smallfont" href="printthread.php?s=47d42103041810866387ad0deab7723a&t=137072&pp=15&page=3" title="Show results 31 to 36 of 36">3</a></td> <td class="alt1"><a rel="next" class="smallfont" href="printthread.php?s=47d42103041810866387ad0deab7723a&t=137072&pp=15&page=3" title="Next Page - Results 31 to 36 of 36">></a></td> <td class="vbmenu_control" title="printthread.php?s=47d42103041810866387ad0deab7723a&t=137072&pp=15"><a name="PageNav"></a></td> </tr> </table> </div></div> <div class="smallfont"><a href="printthread.php?s=47d42103041810866387ad0deab7723a&t=137072&pp=40">Show 40 post(s) from this thread on one page</a></div> </td> </tr> </table> <p class="smallfont" align="center"> <br /> Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc. </p> </body> </html>