View Full Version : what is the differences between css and
help_me
04-27-2007, 04:49 PM
html?? or they're just the same??? i'm currently searching for cool layouts for my class website...
some of them are using css or html..... so i'm not sure wether they are same... any cool website that does't require to download like createblog??
SoulRebel79
04-27-2007, 08:00 PM
As the guy before me states, css handles the visual elements of the page. However, I would add that the reason why people use css is to save time in the future. Let's say you have a website with 100 pages on it. And your using a large title at the top of your page and you want it to be bold and with italics and make the color red. (because it goes well with the black background).
If you defined the "heading" with css and used the same css style sheet on every page, then you could just change the style of the heading in one simple spot and all 100 pages would be changed. Because lets say your boss comes to you and says "you know that black background isn't going to well with our customers"....
Erika D.
04-27-2007, 08:49 PM
CSS is Cascading Style Sheets, HTML is Hypertext Markup Language. They are both computer languages to make websites.
CSS controls the visual elements of the entire website. It defines whether you have a border or not, a background or not, what color it is, etc. It modifies the entire site, not just the page. But it depends whether you would load the CSS code into all the pages of your website.
HTML is a very basic language for making webpages. It is somewhat limited, it's very basic and doesn't give you much options. If you want to have a professional looking site, I suggest learning HTML with CSS.
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.