Results 1 to 4 of 4

Thread: Need some information on CSS

  1. #1
    Join Date
    Jan 2009
    Posts
    55

    Need some information on CSS

    Hi,
    I am currently studying CSS. I need some tips on the same. I have to designed a small website by finishing this up. First I want to know what is the difference between html and css. Is CSS is better than HTML. In what conditions. Secondly what are the elements used in CSS. Also post some basic examples on the same. Thanks in advance.

  2. #2
    Join Date
    Mar 2009
    Posts
    1,588

    Re: Need some information on CSS

    CSS is a style language that defines the appearance of HTML documents. CSS can be set eg for fonts, colors, borders, lines, heights, widths, background images, for using advanced positioning and many other things. HTML can be used to lay out websites is unnecessary. But CSS offers more options and is also much more precise and sophisticated. CSS is supported by all browsers. With HTML content will be structured. With CSS, the structured content is formatted.

  3. #3
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Need some information on CSS

    CSS was invented to correct this situation by equipping designers with sufficient design options that were supported by all browsers. At the same time, the separation of look and content of a page, that same care makes a lot easier. Check out the layout of many websites from a single style sheet file, precise control over the layout, different layouts for different media types (screen, print, etc.) and a variety of advanced and sophisticated techniques.

  4. #4
    Join Date
    May 2008
    Posts
    3,316

    Re: Need some information on CSS

    The elements provide the structure of an HTML document and say how the browser will display your website. In general, the elements are formed by a start tag, content and an end tag. Tags are labels that are used to mark the beginning and end of an element. Okay, the element b is used for characters in bold. All the text between the opening tag <b> and the closing tag </b> is displayed on the browser with bold characters. ( "b" is the abbreviation of the English word "bold".)
    Example 1:
    <b>This text must be bold.</b>
    <b>This text must be bold.</b>

Similar Threads

  1. Want information about MBA in Information Technology
    By Shantanu12 in forum Education Career and Job Discussions
    Replies: 12
    Last Post: 04-05-2012, 12:30 PM
  2. Replies: 5
    Last Post: 08-04-2011, 10:36 AM
  3. System Information - "Can't Collect Information"
    By microsvc in forum Vista Help
    Replies: 9
    Last Post: 13-05-2010, 03:07 PM
  4. Need some information on XML
    By Elbanco in forum Software Development
    Replies: 3
    Last Post: 21-11-2009, 03:56 AM
  5. Need information on USB 3.0
    By Zipp in forum Hardware Peripherals
    Replies: 3
    Last Post: 08-07-2009, 08:23 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,110,473.40428 seconds with 16 queries