Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Website Creation, Design & Maintenance > Website Design > HTML

HTML Discuss about HTML designing problems here or help others with their HTML designing issues.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-06-2011, 11:02 AM
ursimrankhanna ursimrankhanna is offline
Senior Member
 
Join Date: Jul 2010
Location: delhi ( india )
Posts: 508
ursimrankhanna is on a distinguished road
Default Xml and Html ?

Hello friends,

What are the most major difference between XML and HTML?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-06-2011, 11:42 AM
charlesth charlesth is offline
Senior Member
 
Join Date: Aug 2011
Posts: 113
charlesth is on a distinguished road
Default Xml and Html ?

XML is stand for extendible markup language and HTML stand for hyper text markup language.

The major difference is XML is all about explain the data and only focus to hold data whereas HTML is all about the website structure and it only focus to how the data looks in Website.

HTML is just display the information Whereas XML is hold, explain and describing information.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-07-2011, 06:25 AM
andy25i andy25i is offline
Senior Member
 
Join Date: Sep 2011
Posts: 115
andy25i is on a distinguished road
The major difference between them is XML site maps are used by the search engine crawler whereas HTML is for the user of the site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-07-2011, 07:48 AM
enni enni is offline
Senior Member
 
Join Date: Aug 2011
Posts: 415
enni is on a distinguished road
Here i define major differance of XML and XHTML.
1.XML is not a alternate for HTML.
2.XML and HTML were designed with different goals.
3.XML was designed to describe data and to focus on what data is.
4.HTML is about displayed all information XML is about describing information
5.HTML was designed to display data and to focus on how data are looked like.
__________________
Manual Directory Submission - The Importance of a Quality Service
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-07-2011, 07:53 AM
RileyLevi's Avatar
RileyLevi RileyLevi is offline
Member
 
Join Date: Oct 2011
Posts: 50
RileyLevi is on a distinguished road
As I understand, xml is for search engines and html for humans.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-07-2011, 08:13 AM
shanecool shanecool is offline
Member
 
Join Date: Nov 2011
Posts: 64
shanecool is on a distinguished road
Web Developer may notice some difference between HTML and XML, which is due to the fact that they are both derived from XML document is provided or displayed, enables document authors to focus on creating documents that contain only relevant semantic information for their particular problem domain. This is a gentle introduction to XML and using xml with java.

We see what makes XML tick and the advantages of XML. Also we have programs to show how to use Excess parser for parsing and printing an XML document, to generate XML from subjective data.The most significant difference between HTML and XML is that HTML has predefined elements and attributes whose behavior is well specified, while XML does not. Instead, document authors can create their own XML words that are specific to their application or business need.

XML vocabularies currently exist for a large number of industries and applications from financial filings.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-09-2011, 03:07 AM
Movilelocker Movilelocker is offline
Member
 
Join Date: Oct 2011
Posts: 34
Movilelocker is on a distinguished road
XML was designed to transport and store data, with focus on what data is..While HTML was designed to display data, with focus on how data looks
__________________
sell videos
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-16-2011, 11:46 AM
Christopher Christopher is offline
Junior Member
 
Join Date: Dec 2011
Posts: 18
Christopher is on a distinguished road
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 stands for Extensible Markup Language
• XML is a markup language much like HTML
• XML was designed to carry data,
• XML tags are not predefined.
• XML is designed to be self-descriptive.
HTML - short for Hypertext Markup Language is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document by denoting certain text as headings, paragraphs, lists, and to supplement that text with interactive forms, embedded images, and other objects.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-05-2012, 07:24 AM
maxsamuel maxsamuel is offline
Junior Member
 
Join Date: Mar 2012
Posts: 19
maxsamuel is on a distinguished road
XML is designed to carry the data while html is to display the data and focus on how the data looks.

XML does not do anything but it is used to structure the data, store the data and transport the data while HTML is used to display the data only.

XML is cross platform, hardware and software independent tool to carry data from one source to another destination.

XML is self descriptive. The DTD or schema describes what and how to use tags and elements in an xml document.

XML does not have predefined tags while HTML has. XML lets you invent your own tags while html gives you predefined tags and you have to use them only.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 04-30-2012, 07:18 AM
dagnyjbarber dagnyjbarber is offline
Member
 
Join Date: Feb 2012
Location: USA
Posts: 47
dagnyjbarber is on a distinguished road
Quote:
Originally Posted by Christopher View Post
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 stands for Extensible Markup Language
• XML is a markup language much like HTML
• XML was designed to carry data,
• XML tags are not predefined.
• XML is designed to be self-descriptive.
HTML - short for Hypertext Markup Language is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document by denoting certain text as headings, paragraphs, lists, and to supplement that text with interactive forms, embedded images, and other objects.


I agree with this.this is the major difference. Thanks for this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:27 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.