English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

10 answers

very simple answer

css = styles, fonts, colours and can even be layout etc

html = the building blocks of your site

if it were a house, html would be the bricks and css would be the decoration

2007-06-21 07:53:04 · answer #1 · answered by glynn.alexander 3 · 0 0

HTML and CSS are totally different. HTML is the content in a web page. For each paragraph, link, image, etc... you have a variety of properties such as font color, size, text placement. With CSS you can assigned IDs or classes to HTML elements (like for example a Footer class) and then describe their appearance once in a document separate from the HTML document. This provides a shortcut, in that each time you say, do a footer for a series of pages, you can just declare the footer elements with correct CSS class instead of copying and pasting all the property values. When you are done with the site, if you want to change an element's appearance, you can edit the CSS file and change it across the site, again without copying and pasting property values.

2007-06-21 07:17:43 · answer #2 · answered by Pfo 7 · 0 0

For anything and everything to show up on a web page it has to finally come out as an HTML code.

To make your web page more stylish you use CSS.

HTML is a way to make static web pages but you can generate HTML code dynamically by using some programming language .

If you do a view source on any web page mostly what you will see is HTML. Things like tables, forms, frames etc are all coded in HTML.

In a layman's language you can say HTML is a light programming language to make web pages.

Now for anything and most everything related to look and feel (font color, paragraph spacing, background, hyper link colors, border etc) of a web page you use style sheets or CSS. Many of these things can also be done alone in HTML but CSS helps you keep your styles and HTML code separate.

CSS can co-exist with HTML code on the same page or you can create a different file with an extension of .css and refer that.

HTML files have extensions of .html .htm

2007-06-21 07:17:48 · answer #3 · answered by Aditya K 2 · 0 0

HTML is the overall markup used to create pages that are viewable in browsers, such as Firefox and IE.

CSS (not CCS) is used to add styling to HTML elements. Elements are HTML tags that build up the structure of a page. An example of an element would be a

  • , , etc.

    2007-06-21 10:31:35 · answer #4 · answered by designer007 1 · 0 0

    HTML is Hyper-text-markup-language. It is a language that helps you create webpages. The pages that you see on the Internet are written using HTML.
    You probably meant CSS (not CCS). CSS is an improvement of HTML that makes writing HTML easier and more efficient. It has more features.
    You don't have to know HTML to use the Internet.

    2007-06-21 07:07:30 · answer #5 · answered by cidyah 7 · 1 1

    css i s used with html. css is a defined style that u load into html so u dont have to define it on every separate page. im rly bad at explaing this but say u want a page with a blue background and white text. u can define that in a css file, and instead of chaging the properties on every single page u just load the css file and it defines it 4 u.

    2007-06-21 07:04:36 · answer #6 · answered by Jake 7 · 4 0

    A lodge is an enterprise that ingredients paid lodging on a quick-term foundation. the supply of common lodging, in situations previous, consisting basically of a room with a mattress, a cabinet, a small table and a washstand has usually been replaced with the aid of rooms with modern-day centers, which incorporate en-suite loos and air con or climate administration. further undemanding useful components latest in lodge rooms are a telephone, an alarm clock, a television, and internet connectivity; snack meals and beverages would be offered in a mini-bar, and centers for making warm beverages. greater effective motels would furnish various further centred visitor centers inclusive of a eating place, a swimming pool or childcare, and characteristic convention and social function centers. A lodge is a lodge designed for motorists, frequently having direct get entry to to an open parking area. stepping into dictionaries after international conflict II, the be conscious lodge, a portmanteau of motor and lodge or motorists' lodge, referred initially to a sort of lodge which incorporate a single development of related rooms whose doors confronted a carpark and, in some situations, a undemanding area; or a chain of small cabins with undemanding parking. through fact the U. S. street device began to develop interior the 1920s, long distance street journeys grew to grow to be greater undemanding and the desire for low-value, rather obtainable in one day lodging sited close to to the top routes, brought about the develop of the lodge concept. huggs xoxoxox

    2016-10-02 21:40:31 · answer #7 · answered by ? 4 · 0 0

    HTML -> Content of the site
    CSS -> Appearance of the site

    2007-06-21 07:38:53 · answer #8 · answered by Mearn 4 · 1 0

    HTML has tags that have default behaviour of themselves. CSS is used to overwrite the default behaviour of those tags and make them work as per your liking. We need HTML because browsers understand the layout of the page through these tags and in order to make them look as per your wish you need to use CSS.

    For example, if you use

    bla bla bla

    another bla bla bla


    It will appear as below

    bla bla bla

    another bla bla bla

    but now, if you want the browser to display this text as

    bla bla bla another bla bla bla

    Then you define a css for these div tags and make them appear in same line. Default behaviour of div tags is 100% width and block format. If you want the text to appear in same line. you will define below options in css

    width: 100px
    float: left

    and apply that class or id to the respective DIV tags

    2007-06-21 23:04:14 · answer #9 · answered by vrushali k 3 · 0 0

    HTML -> Hyper Text Markup Language is nothing but ordinary text with some format called *tags* or *labels* for example:

    - ur content of the page, images, links etc


    CSS -> Cascadin Style Sheets is kinda same thing but with one big difference in Css u can make styles that u can apply on html, think of css as a tool to improve html, an example might be the following:
    CSS

    --- as u might notice the code above is just a style for an area --- when the mouse pointer is hovering over it, now, how html --- uses:





    --- now, thats ordinary html but makin reference to ur css style, its quite simple but sometimes its confusing when u dun have the proper tools to practice with these kids

    2007-06-21 07:12:07 · answer #10 · answered by sam ccp 2 · 2 1

    fedest.com, questions and answers