PDA

View Full Version : HTML Or XML?



smartjazz
09-25-2012, 05:50 AM
Which is best for coding of a web page? Please share your answer with me.

Thanks

jamsen
09-26-2012, 08:38 AM
XML is not a replacement for HTML.

XML and HTML were designed with different goals:

-XML was designed to transport and store data, with focus on what data is
-HTML was designed to display data, with focus on how data looks

HTML is about displaying information, while XML is about carrying information.

jennyhelzer90
09-26-2012, 08:58 AM
Of course HTML best coding web page.

Charls051
09-26-2012, 09:00 AM
Both things is required in different conditions means if you are working on designing then HTML required and if you are doing SEO then XML required.

amitmax
09-26-2012, 09:51 AM
XML is not a replacement for HTML.

XML and HTML were designed with different goals:

-XML was designed to transport and store data, with focus on what data is
-HTML was designed to display data, with focus on how data looks

HTML is about displaying information, while XML is about carrying information.

This is best explanation on it.XML and HTML are used for different purposes so they cannot replace with each other.

razdev
09-26-2012, 11:50 AM
Hi,
Both are important because HTML is used for website Design and development and XML is used for Search engine .

itoutsourcing
09-26-2012, 12:31 PM
This is truly knowledgeable post regarding XML and HTML and Thanks for sharing. Now, my concepts clear between xml and html. Thanks dear all.

madtteam28
06-14-2013, 05:28 AM
yes, That's correct Jamsen. Good answer. Charls is also right.

johndevis
06-14-2013, 06:05 AM
XML is not a replacement for HTML.

XML and HTML were designed with different goals:

-XML was designed to transport and store data, with focus on what data is
-HTML was designed to display data, with focus on how data looks

HTML is about displaying information, while XML is about carrying information.

Very good answer buddy. Thanks for sharing.

spygovind
06-14-2013, 06:17 AM
mainly HTML is the best way for coding of a web pages.

righteous
06-20-2013, 02:34 AM
HTMl is best because its easy to use and nowdays you can use HTML 5 to make your website more attractive,,
XML is not used a designing point of view

Vamp1re
06-20-2013, 03:19 AM
HTML is best for web pages.

blessy_smith
06-20-2013, 04:43 AM
According me HTML is the best Language.I dint heard about XML

josephlimma
06-20-2013, 07:49 AM
XML is better than HTML for Search Engine Optimization.

Azzi87
06-20-2013, 09:05 AM
By dear friend i din not get u would you please explain me in detail. How xml is required in SEO.

Zora2012
06-21-2013, 12:17 AM
I think HTML is best for web pages.

webcreations
06-21-2013, 04:05 AM
XML was designed to transport and store data.
HTML was designed to display data.
What is XML?
XML stands for EXtensible Markup Language
XML is a markup language much like HTML
XML was designed to carry data, not to display data
XML tags are not predefined. You must define your own tags
XML is designed to be self-descriptive
XML is a W3C Recommendation
The Difference Between XML and HTML
XML is not a replacement for HTML.
XML and HTML were designed with different goals:
XML was designed to transport and store data, with focus on what data is
HTML was designed to display data, with focus on how data looks
HTML is about displaying information, while XML is about carrying information.
XML does not do anything
Maybe it is a little hard to understand, but XML does not do anything. XML was created to structure, store, and transport information.
But still, this XML document does not do anything. It is just information wrapped in tags. Someone must write a piece of software to send, receive or display it.
XML allows the author to define his/her own tags and his/her own document structure.
XML is Not a Replacement for HTML
XML is a complement to HTML.
It is important to understand that XML is not a replacement for HTML. In most web applications, XML is used to transport data, while HTML is used to format and display the data.