Results 1 to 4 of 4

Thread: What is difference between CSS and HTML?

  1. #1
    Join Date
    Jul 2010
    Posts
    32

    What is difference between CSS and HTML?

    CSS is a style language that defines layout of HTML documents. For example, CSS covers the fonts, colors, margins, lines, height, width, background images, the positions advanced and much more. But everytime, I get confused between the CSS and HTML.!! I want to know the differences between them. I have done HTML to good extent, but not having enough knowledge about the CSS. So it would also be better for me, if you provide some notes about CSS. I am expecting some help from your side sooner.

  2. #2
    Join Date
    Feb 2009
    Posts
    78

    Re: What is difference between CSS and HTML?

    HTML can be (mis) used for the presentation of Web sites. But CSS offers more options and is more precise and sophisticated. CSS is supported by all browsers. HTML is used to structure the content, CSS is used for formatting structured content. Well, it sounds a bit technical and confusing. But keep reading, it will soon be meaningless. The growing popularity of the Web, designers began to seek ways to add the presentation to the documents online. To meet this demand, the browser vendors (by that time, Netscape and Microsoft) invented new HTML tags, such as <font>, which differed from the original elements in that it defines a presentation and not a structure.

  3. #3
    Join Date
    Apr 2009
    Posts
    37

    Re: What is difference between CSS and HTML?

    It also led to a situation where the original structure tags, such as <table> were increasingly used to present the wrong page and not to add structure to text. Many new presentation tags, such as <blink>, were recognized by a browser type. "You have to use browser X to view this page" became a common warning on websites. CSS was invented to remedy this situation by providing opportunities for web designers sophisticated presentations, supported by all browsers. At the same time, separating the presentation style of documents from their content makes maintenance much easier.

  4. #4
    Join Date
    Nov 2008
    Posts
    88

    Re: What is difference between CSS and HTML?

    CSS was a revolution in the world of web design. The concrete benefits of CSS are:
    • Control the presentation of several documents by a single style sheet;
    • More precise control of the presentation;
    • Applied to different presentations of different media types (screen, printing, etc.).
    • Many advanced techniques and sophisticated.
    Not exactly ... HTML is what you do the page itself (tables, forms, text, etc.). The CSS is allowing you to style those elements. For example, if you want a button has a red background instead of the typical gray Internet Explorer, you do it with CSS. Or if you want to move your mouse over a link it changes color, also with CSS. Allows for a custom style to almost any element of a website (and these elements are built with HTML, not CSS). Say, in short, to build HTML and CSS page will give a customized style.

Similar Threads

  1. What is the difference between HTML 5 and other older version?
    By baggio in forum Technology & Internet
    Replies: 7
    Last Post: 14-07-2012, 01:56 PM
  2. html help
    By saffu khan in forum Software Development
    Replies: 3
    Last Post: 03-05-2010, 01:01 PM
  3. Replies: 3
    Last Post: 22-09-2009, 01:12 PM
  4. what is the difference between PHP and HTML
    By RoadRunner in forum Software Development
    Replies: 3
    Last Post: 10-09-2009, 08:21 AM
  5. How do I get the HTML code to display as HTML code?
    By NAYASA in forum Software Development
    Replies: 3
    Last Post: 26-12-2008, 01:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,259,502.23373 seconds with 17 queries