Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


CSS and HTML-what's the difference?


  • Please log in to reply
&nsbp;

#1 rajagee

rajagee

    Senior Member

  • Designer
  • 225 posts

Posted 18 July 2012 - 09:06 AM

I have been wondering what the difference between CSS and HTML? What are they? I had imagined they are two different coding languages to make websites with, but I don't really know. Why would there be two unless one couldn't achieve different things than the other?

Can someone tell me how they are different and what can you do with the one that you can't do with the other? And if you are going to make a website, which one of these are you supposed to use?
  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#2 no longer here

no longer here

  • Designer
  • 1116 posts

Posted 18 July 2012 - 09:22 PM

Dear rajagee, have you tried to google CSS and HTML first? :)
  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#3 LukePettett

LukePettett

    Junior Member

  • Designer
  • 22 posts

Posted 19 July 2012 - 03:17 PM

I have been wondering what the difference between CSS and HTML? What are they? I had imagined they are two different coding languages to make websites with, but I don't really know. Why would there be two unless one couldn't achieve different things than the other?

Can someone tell me how they are different and what can you do with the one that you can't do with the other? And if you are going to make a website, which one of these are you supposed to use?


To answer your last question first: Both.

CSS stands for Cascading Style Sheets and it is used primarily for formatting text (their styles, colors, fonts, etc.) in web pages. CSS can be included in an HTML file or a file by itself (which can be shared by multiple HTML files.)

HTML stands for HyperText Markup Language and it is a markup language used for making webpages, primarily for the World Wide Web.

Edited by LukePettett, 19 July 2012 - 03:22 PM.

  • sharie, tachetasara, datwooddiscount and 2 others like this

#4 sharie

sharie

    Admin

  • Administrators
  • 21753 posts

Posted 19 July 2012 - 05:23 PM

LukePettett

great answer and thanks for helping the designer out!
  • tachetasara, datwooddiscount, lalelemu and 1 other like this

Like us on facebook


#5 MISSnicki

MISSnicki

    Member

  • Designer
  • 41 posts

Posted 19 July 2012 - 05:43 PM

CSS is Cascading Style Sheets. It is like a set of rules your web page and graphics follow. You use them together. CSS can format text, images, graphics... HTML is (Hyper Text Mark Up Language) it is the code that makes up all web pages. So you code all your pages with HTML, and think of CSS as a set of rules for your pages to follow. (i.e. CSS rules: all images have a 10pt border, all text is red....) that is CSS/HMTL.
  • sharie, tachetasara, datwooddiscount and 2 others like this

#6 jjyepez

jjyepez

    Guru

  • Designer
  • 955 posts

Posted 19 July 2012 - 08:02 PM

1.- You can make a complete functional web page with only using HTML without any CSS, although the look is not so impressive.
2.- You can NOT do anything with an CSS file without having an HTML wich to apply it to.
3.- You can create AMAZINGLY looking and functional web pages by using both HTML + CSS files.

Here an interesting quote about CSS and HTML.

“Pretend you’re writing your code to be displayed without any CSS. While this may be a foreign concept for some of you, it’s an excellent way to minimize the amount of markup you write and structure it as semantically as possible. I even like to preview my markup in the browser to see how it looks without CSS. Ask yourself , “Can I read and navigate this page as it looks now, with no CSS?” If you answer no, you’ve got some work to do tidying things up. It may not look pretty, but it needs to make sense.”

— Grid-Based Web Design, Simplified


source

Edited by jjyepez, 24 July 2012 - 12:27 PM.

  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#7 crabios

crabios

    Member

  • Designer
  • 80 posts

Posted 24 July 2012 - 06:01 AM

I think answer LukePettett is represent all answers already exist.
so both are important elements that should be used a webdesigner.
  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#8 Dabbey54

Dabbey54

    Senior Member

  • Designer
  • 146 posts

Posted 24 July 2012 - 02:25 PM

I would be grateful if anyone can give me a link to a powerful tutorials for beginners. Thanks
  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#9 jack4047

jack4047

    Junior Member

  • Designer
  • 45 posts

Posted 06 August 2012 - 07:59 AM

in pretty simple terms, CSS is used for styling and can allow you to change the look of the entire website by editing a line or a few lines of code while html is plainly a markup language. CSS eliminates the need of old fashion styling of websites which relied much on html and was so tedious when it came to updating thus css took over and made this job pretty easier
  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#10 anirban09p

anirban09p

    Junior Member

  • Designer
  • 26 posts

Posted 17 February 2015 - 04:08 AM

HTML is basically for responsible for the construction, and the total output, of a page.

And CSS is particularly for designing, creating, aligning elements in HTML.


  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#11 arman2525

arman2525

    Junior Member

  • Designer
  • 2 posts

Posted 14 July 2015 - 06:45 PM

http://www.1stwebdesigner.com

by html, you can easily desing a websites a normal way and by css, you can add many thing a websites.


  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#12 arman2525

arman2525

    Junior Member

  • Designer
  • 2 posts

Posted 14 July 2015 - 06:46 PM

http://www.1stwebdesigner.com

by html, you can easily desing a websites a normal way and by css, you can add many thing a websites.


  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#13 mrdollywaggit

mrdollywaggit

    Junior Member

  • Designer
  • 11 posts

Posted 05 August 2015 - 05:35 AM

HTML and CSS are very different. You need to use both to create a website.

 

HTML has the building blocks for creating a website. You assemble each one until you have all the information you like.

CSS is the style, you make everything look nice and it adds depth and color to the page. Literally.

 

Try turning off the CSS style for this webpage if you can, I guarantee you'll see a difference.


  • tachetasara, datwooddiscount, lalelemu and 1 other like this

#14 zeropond

zeropond

    Junior Member

  • Designer
  • 1 posts

Posted 17 March 2017 - 03:48 PM

Hello

Quite simply, HTML (Hypertext Markup Language) is used to create the actual content of the page, such as written text, and CSS (Cascade Styling Sheets) is responsible for the design or style of the website, including the layout, visual effects and background color.

Thank you to given me the member of this forums.

 

 

 TOP 5 INTERACTIVE SOCIAL MEDIA MARKETING TOOLS


  • lalelemu likes this

#15 RajGawdi

RajGawdi

    Member

  • Designer
  • 73 posts

Posted 19 June 2017 - 07:17 AM

HTML is Hypertext Markup Language which is used to make static as well as dynamic webpages, blogs or websites whereas, CSS is Cascading Style Sheet used to make visually attractive and better webpages.



#16 Chastyrth

Chastyrth

    Junior Member

  • Designer
  • 4 posts

Posted 15 July 2017 - 11:03 AM

This web design and development blog is greate https://webappexperts.wordpress.com. Read articles about web designing and website development.



#17 webbygiants

webbygiants

    Junior Member

  • Designer
  • 7 posts

Posted 19 October 2018 - 11:31 AM

Hi, CSS is a cascading style sheet and HTML is a Hypertext markup language both are used for front hand website development but CSS is used for Styling, designing and coloring but HTML used to make you text hyperlink and jump for some other place but both are important languages for any website development person  



#18 alexjames

alexjames

    Junior Member

  • Designer
  • 6 posts

Posted 02 April 2021 - 12:23 AM

HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users