what is the difference between html and css?

Reply

Join Date: Nov 2008
Posts: 1
Reputation: hugokang is an unknown quantity at this point 
Solved Threads: 0
hugokang hugokang is offline Offline
Newbie Poster

what is the difference between html and css?

 
0
  #1
Nov 21st, 2008
what is the difference between html and css?
thanks
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 232
Reputation: Rhyan is an unknown quantity at this point 
Solved Threads: 24
Rhyan's Avatar
Rhyan Rhyan is offline Offline
Posting Whiz in Training

Re: what is the difference between html and css?

 
0
  #2
Nov 21st, 2008
" Of all the things I've lost,
I miss my mind the most...."
Mark Twain
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 2
Reputation: mohanbatchu is an unknown quantity at this point 
Solved Threads: 0
mohanbatchu mohanbatchu is offline Offline
Newbie Poster

Re: what is the difference between html and css?

 
0
  #3
Nov 21st, 2008
Originally Posted by hugokang View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 22
Reputation: Agent Cosmic is an unknown quantity at this point 
Solved Threads: 0
Agent Cosmic Agent Cosmic is offline Offline
Newbie Poster

Re: what is the difference between html and css?

 
0
  #4
Nov 21st, 2008
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.
CLICK---> GeekPolice
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: what is the difference between html and css?

 
0
  #5
Nov 23rd, 2008
css is an addition to html, not a replacement for it.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 73
Reputation: lio04 is an unknown quantity at this point 
Solved Threads: 4
lio04's Avatar
lio04 lio04 is offline Offline
Junior Poster in Training

Re: what is the difference between html and css?

 
0
  #6
Nov 28th, 2008
Originally Posted by MidiMagic View Post
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.
Jabber: lio(at)jabbim(dot)sk
Sorry for my English, I am only an autodidact.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,210
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: what is the difference between html and css?

 
0
  #7
Nov 30th, 2008
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.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,247
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: what is the difference between html and css?

 
0
  #8
Nov 30th, 2008
Yeah +1 for midimagic. Thats spot on.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 73
Reputation: lio04 is an unknown quantity at this point 
Solved Threads: 4
lio04's Avatar
lio04 lio04 is offline Offline
Junior Poster in Training

Re: what is the difference between html and css?

 
0
  #9
Dec 3rd, 2008
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.)
Jabber: lio(at)jabbim(dot)sk
Sorry for my English, I am only an autodidact.
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 19
Reputation: shruti sepra is an unknown quantity at this point 
Solved Threads: 0
shruti sepra shruti sepra is offline Offline
Newbie Poster

Re: what is the difference between html and css?

 
0
  #10
Dec 4th, 2008
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..
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC