Skip to content

What are some differences between XML and CSS?

2 Comments

  1. colanth wrote:

    XML is data, CSS is the look of a web page. (XML isn’t necessarily web pages, or the internet at all. Any program can use the format for data storage.)

    Monday, February 15, 2010 at 9:22 am | Permalink
  2. Curiosity Media wrote:

    CSS handles the look of the page and has a code syntax such as
    name
    {
    option:1;
    option:2;
    }

    XML is not a programming language, it is used mainly to transfer data from one source to another source. Used for communication for two different systems, such as a website to a mobile phone. Hard to explain unless you witness it.

    Monday, February 15, 2010 at 9:22 am | Permalink

Post a Comment

Your email is never published nor shared.