![]() |
#1 |
Registered User
Join Date: Jul 2013
Posts: 122
|
Difference between HTML and XML
What is difference between HTML and XML?
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Dec 2013
Posts: 9
|
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.
__________________
sheik To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#3 |
Registered User
Join Date: Jun 2014
Posts: 209
|
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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#4 |
Registered User
Join Date: Jun 2015
Location: canada
Posts: 29
|
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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#5 |
Registered User
Join Date: Sep 2015
Location: UK
Posts: 447
![]() |
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
|
![]() |
![]() |
![]() |
#6 |
Registered User
Join Date: May 2015
Posts: 61
![]() |
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
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#7 |
Registered User
Join Date: Aug 2015
Posts: 434
|
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, <html>. 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 <br> is valid in HTML, it would be required to write <br /> in XHTML.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#8 |
Registered User
Join Date: Aug 2015
Location: 2530 Yorktown apartment , Houston ,Texas 77056
Posts: 116
|
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.
__________________
Lemosys Infotech is an ISO Certified Company having its operations in India & US. We offer best IT Services that includes Website Development, Web Designing, Mobile Application development, Search engine optimization & Testing. Call us to To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. . |
![]() |
![]() |
![]() |
#9 |
Registered User
Join Date: May 2015
Location: Forum
Posts: 2,517
|
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.
__________________
█ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | $1 VPS Hosting █ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | Windows Server with Remote Desktop Access █ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | Servers with Free IPMI Setup |
![]() |
![]() |
![]() |
#10 |
Registered User
Join Date: Oct 2015
Posts: 116
|
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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#11 |
Registered User
Join Date: Sep 2015
Location: USA
Posts: 16
|
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 |
![]() |
![]() |
![]() |
#12 |
Registered User
Join Date: Aug 2015
Location: 2530 Yorktown apartment , Houston ,Texas 77056
Posts: 116
|
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.
__________________
Lemosys Infotech is an ISO Certified Company having its operations in India & US. We offer best IT Services that includes Website Development, Web Designing, Mobile Application development, Search engine optimization & Testing. Call us to To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. . |
![]() |
![]() |
![]() |
#13 |
Registered User
Join Date: Jun 2016
Location: USA
Posts: 55
|
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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#14 |
Registered User
Join Date: Jul 2016
Location: Delhi, India
Posts: 9
![]() |
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.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
![]() |
![]() |
#15 |
Registered User
Join Date: Jul 2016
Location: USA
Posts: 138
|
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 |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | Rate This Thread |
|
|