943,696 Members | Top Members by Rank

Ad:
Nov 21st, 2008
0

what is the difference between html and css?

Expand Post »
what is the difference between html and css?
thanks
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hugokang is offline Offline
1 posts
since Nov 2008
Nov 21st, 2008
0

Re: what is the difference between html and css?

Reputation Points: 21
Solved Threads: 26
Posting Whiz in Training
Rhyan is offline Offline
240 posts
since Oct 2006
Nov 21st, 2008
0

Re: what is the difference between html and css?

Click to Expand / Collapse  Quote originally posted by hugokang ...
what is the difference between html and css?
thanks
using css, we can reduce the length of the code and increse effitiveness compare to html.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mohanbatchu is offline Offline
2 posts
since Nov 2008
Nov 21st, 2008
0

Re: what is the difference between html and css?

CSS stands of Cascading Style Sheet. It is used to customized the looks of classes and ids. It cannot control the content of the page.
HTML controls the contents of the page and a bit of how it is lay out.
HTML has a bit of customizing options, but CSS does most of the job.

I hope that helped you.
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Agent Cosmic is offline Offline
51 posts
since Aug 2008
Nov 23rd, 2008
0

Re: what is the difference between html and css?

css is an addition to html, not a replacement for it.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
MidiMagic is offline Offline
3,314 posts
since Jan 2007
Nov 28th, 2008
0

Re: what is the difference between html and css?

Click to Expand / Collapse  Quote originally posted by MidiMagic ...
css is an addition to html, not a replacement for it.
Yes, but some obsolete and non-valid tags (font, body background etc...) were replaced with CSS.
Reputation Points: 27
Solved Threads: 4
Junior Poster in Training
lio04 is offline Offline
73 posts
since Mar 2008
Nov 30th, 2008
0

Re: what is the difference between html and css?

The idea is to separate the document content from the formatting. The xhtml (which is the real replacement for html) contains the content, and the css contains the formatting.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
MidiMagic is offline Offline
3,314 posts
since Jan 2007
Nov 30th, 2008
0

Re: what is the difference between html and css?

Yeah +1 for midimagic. Thats spot on.
Moderator
Featured Poster
Reputation Points: 1764
Solved Threads: 574
Moderator
jbennet is offline Offline
16,501 posts
since Apr 2005
Dec 3rd, 2008
0

Re: what is the difference between html and css?

XHTML isn't replacement to HTML. XHTML is the standard based on XML, but HTML is still not dead. (e.g. HTML5 is in development). Any developers makes our sites in HTML, important is in my opinion, wheter the site is valid and efficient. (sites should have been functional without image support in browser, in console browsers (links, lynx) and too for blind persons with readers. This is for me very important, therefore I'm building valid sites in XHTML Strict. That's no Dreamweaver, that's heavy work.)
Reputation Points: 27
Solved Threads: 4
Junior Poster in Training
lio04 is offline Offline
73 posts
since Mar 2008
Dec 4th, 2008
0

Re: what is the difference between html and css?

html stands for hypertext markup language, whereas css stand for cascading style sheet. css reduce your work load and code size.

lets see how it reduce you work load. lets take an example you create a website of 10 pages. each page contains heading content, text etc. you give red color to your heading on every page. but now your client ask you to change red heading into blue. if you assign red color on every page then u have to change in every page.

but if you assign this using css then this will be work of few seconds means you just have to change red into blue only at one place.....

the only thing is you have to attach your css to ur html and you can control your any tag from here then it can be text color, size, style or border to table or image anything u like....

gud luck..
Reputation Points: 11
Solved Threads: 0
Newbie Poster
shruti sepra is offline Offline
19 posts
since May 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Help recreating a design
Next Thread in HTML and CSS Forum Timeline: css - font issue





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC