HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.

ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month!
Download and Activate to enter!

Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.

Learn More!


Download to Enter
| Contest Rules

Tutorials | Forums

Closed Thread
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 8th, 2011, 04:30 AM
johnhardy009 johnhardy009 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2011
Posts: 15 johnhardy009 Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 2 h 13 m 58 sec
Reputation Power: 0
What is difference between Html and Css language.?

hi members !
I know just Html language for template designing .I do not know about css language .What is Css language and what is difference between css and html language .??

Reply With Quote
  #2  
Old June 8th, 2011, 06:37 AM
madhusmita madhusmita is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2011
Posts: 30 madhusmita Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 3 h 16 m 15 sec
Reputation Power: 0
They are two separate languages.CSS is mainly used for the styling part of the HTML.In HTML designing takes more coding lines making the code complex.CSS helps to solve this problem.The coding lines are short.You need to write the codings again and again.You can link it with HTML any where any time.

Reply With Quote
  #3  
Old June 9th, 2011, 05:03 PM
Cork Skate Cork Skate is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 261 Cork Skate User rank is Corporal (100 - 500 Reputation Level)Cork Skate User rank is Corporal (100 - 500 Reputation Level)Cork Skate User rank is Corporal (100 - 500 Reputation Level)Cork Skate User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 3 Days 10 h 19 m 46 sec
Reputation Power: 9
HTML outsources the job of styling to CSS
__________________
Quote:
Originally Posted by TheJim01
Firefox is actually a derivation of the Mozilla browser, which was launched by Netscape as an Open Source version of their Navigator browser. So FF and Netscape are like distant cousins, and IE is the weird guy down the street.

Reply With Quote
  #4  
Old June 25th, 2011, 07:20 AM
cris_mac cris_mac is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2011
Posts: 2 cris_mac User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 m 11 sec
Reputation Power: 0
HTML is a standard in creating web pages. It has a very simple code structure that makes it extremely easy to pick-up and learn compared to any other language. CSS or Cascading Style Sheets is a style sheet language that can be applied to any XML document with a purpose of simplifying the styling of certain elements so that the written code would be a lot easier to read. CSS is a tool that makes web creation much easier to do and troubleshoot. You can also use CSS in HTML pages, XML, XHTML and others.

Reply With Quote
  #5  
Old July 8th, 2011, 06:00 AM
KorRedDevil's Avatar
KorRedDevil KorRedDevil is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Aug 2005
Location: Bucharest ROMANIA
Posts: 2,557 KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 4 Weeks 5 h 34 m 26 sec
Reputation Power: 613
Send a message via Yahoo to KorRedDevil
Quote:
Originally Posted by cris_mac
. CSS or Cascading Style Sheets is a style sheet language that can be applied to any XML document You can also use CSS in HTML pages, XML, XHTML and others.

Don't confound XML, on one side, with HTML/XHTML on the other. The language used to style (in fact rather to transform and display) the XML documents is XSLT, not CSS.
__________________
HELP SAVE ANA

Reply With Quote
  #6  
Old July 11th, 2011, 03:13 AM
dmbtransport dmbtransport is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2011
Posts: 3 dmbtransport User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 43 m 8 sec
Reputation Power: 0
Re: Difference b/w HTML and CSS ?

CSS (Cascading Style Sheets) is another widely-accepted web-design language.
Unlike HTML, CSS does not "create" anything. Instead, it decorates, aligns, and positions (etc) elements in HTML. In a nutshell, CSS takes the normal HTML output and adds a few rules to how it's actually displayed. CSS can edit things such as element width and height, background color, border, alignment, and actual visibility, for starters. HTML is capable of doing some of these things, but as mentioned earlier, the methods are usually deprecated, or are soon to be deprecated.CSS is incorporated into a webpage using Internal markup or external markup (From a ".css" file).

Last edited by Kravvitz : July 11th, 2011 at 04:56 PM. Reason: removed fake signature

Reply With Quote
  #7  
Old July 13th, 2011, 08:15 AM
icecubemedia icecubemedia is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2011
Posts: 14 icecubemedia User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 40 m 3 sec
Reputation Power: 0
Hi,

HTML is not a programming language its simply a markup language in which we use tags to build a webpage other than css is used to formatting the page like text font color etc!

Reply With Quote
  #8  
Old July 13th, 2011, 12:44 PM
wsddevadmin wsddevadmin is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2011
Posts: 2 wsddevadmin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 25 m 9 sec
Reputation Power: 0
HTML is all your "hard code" and CSS takes care of all the styling aspects of your page.

Reply With Quote
  #9  
Old July 13th, 2011, 05:51 PM
j0hnx777 j0hnx777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2011
Location: Minnesota
Posts: 26 j0hnx777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 50 sec
Reputation Power: 0
HTML is the bread and CSS is the butter to every website.

Reply With Quote
  #10  
Old November 9th, 2011, 12:36 AM
cashloan cashloan is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2011
Posts: 46 cashloan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 51 m 59 sec
Warnings Level: 10
Number of bans: 2
Reputation Power: 1
HTML (Hyper Text Markup Language) is a widely accepted web-design language.

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

There are three "sections" of a decent HTML document source: Inline, Internal, and External.

CSS (Cascading Style Sheets) is another widely-accepted web-design language.

Unlike HTML, CSS does not "create" anything. Instead, it decorates, aligns, and positions (etc) elements in HTML. In a nutshell, CSS takes the normal HTML output and adds a few rules to how it's actually displayed.

Reply With Quote
  #11  
Old November 9th, 2011, 01:25 AM
Kravvitz's Avatar
Kravvitz Kravvitz is online now
CSS & JS/DOM Adept
Dev Shed God 29th Plane (19000 - 19499 posts)
 
Join Date: Jul 2004
Location: USA
Posts: 19,134 Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level) 
Time spent in forums: 5 Months 1 Week 6 Days 2 h 39 m 2 sec
Reputation Power: 3755
"Widely accepted web-design language" is an odd way to put it. They are the two standardized languages used in almost every web page. (There are some ancient or very poorly written pages that don't use any CSS though.)

Quote:
Originally Posted by cashloan
There are three "sections" of a decent HTML document source: Inline, Internal, and External.

Would you please explain what you mean by that?

Quote:
Originally Posted by cashloan
Unlike HTML, CSS does not "create" anything. Instead, it decorates, aligns, and positions (etc) elements in HTML. In a nutshell, CSS takes the normal HTML output and adds a few rules to how it's actually displayed.

That's not a bad summary of what CSS is used for, but "few rules" might be a bit misleading. Some web pages may use stylesheets that contain fewer than 50 rules in total while others (which are part of medium size or larger sites) can have hundreds of style rules.
__________________
Spreading knowledge, one newbie at a time. I'm available for hire at Dynamic Site Solutions.

Check out my blog. | Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Common CSS Mistakes | Common JS Mistakes

Remember people spend most of their time on other people's sites (so don't violate web design conventions).

Reply With Quote
  #12  
Old November 9th, 2011, 02:33 AM
felgall felgall is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 9 felgall User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 11 m 33 sec
Reputation Power: 0
Quote:
Originally Posted by Kravvitz
They are the two standardized languages used in almost every web page.


Two of the three that can be used.

HTML defines what the content is - the HTML tags should describe what they contain - headings, paragraphs etc.

CSS defines how the page should look. You can have different CSS for different media since how the page looks on a mobile phone screen would waste a lot of space on a computer screen and neither is necessarily appropriate for printing out.

JavaScript can also be optionally added to define how the page should behave.

It is best to keep all three in separate files with just one link tag immediately before the </head> tag to attach the CSS and a script tag immediately before the </body> to attach the JavaScript if you have any (since Javascript can't interact with the page until it has loaded and can only single thread download while other files can download eight at a time).

Reply With Quote
  #13  
Old November 9th, 2011, 08:18 AM
Kravvitz's Avatar
Kravvitz Kravvitz is online now
CSS & JS/DOM Adept
Dev Shed God 29th Plane (19000 - 19499 posts)
 
Join Date: Jul 2004
Location: USA
Posts: 19,134 Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level)Kravvitz User rank is General 41st Grade (Above 100000 Reputation Level) 
Time spent in forums: 5 Months 1 Week 6 Days 2 h 39 m 2 sec
Reputation Power: 3755
Hello, Stephen. It's been a while since we've both posted to the same thread (on any webdev forum). If you're agreeable, would you mind telling me how you stumbled across this thread?

I was mostly posting in reply to cashloan and didn't take the opportunity to add more information.

Quote:
Originally Posted by felgall
(since Javascript can't interact with the page until it has loaded and can only single thread download while other files can download eight at a time)

The number of files that a browser will download at the same time depends on the browser's settings, doesn't it? http://stackoverflow.com/questions/...ns-in-a-browser
Comments on this post
KorRedDevil agrees: Yes, but...

Reply With Quote
  #14  
Old November 9th, 2011, 08:24 AM
KorRedDevil's Avatar
KorRedDevil KorRedDevil is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Aug 2005
Location: Bucharest ROMANIA
Posts: 2,557 KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level)KorRedDevil User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 4 Weeks 5 h 34 m 26 sec
Reputation Power: 613
Send a message via Yahoo to KorRedDevil
Quote:
Originally Posted by felgal
while other files can download eight at a time

Quote:
Originally Posted by Kravvitz
The number of files that a browser will download at the same time depends on the browser's settings, doesn't it?

I always thought that a browser can not download 2 or more files at the same time, in fact it can not download nor even 2 bytes at the same time , as the downloading process is sequential, isn't it? Do I miss something?

Is there a shadow of irony in your answer, Kravvitz?

Last edited by KorRedDevil : November 9th, 2011 at 08:32 AM.

Reply With Quote
  #15  
Old November 9th, 2011, 12:27 PM
felgall felgall is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 9 felgall User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 11 m 33 sec
Reputation Power: 0
Quote:
Originally Posted by KorRedDevil
I always thought that a browser can not download 2 or more files at the same time, in fact it can not download nor even 2 bytes at the same time , as the downloading process is sequential, isn't it? Do I miss something?


Modern browsers can download up to 8 files at a time (obviously only one byte at a time but then a single file can almost never be delivered quickly enough to fill the available bandwidth - in most cases even eight files at a time will still leave huge gaps.

The exception is JavaScript files that do not have "defer" or "sync" set to indicate that they do not contain anything that the browser needs to handle before it can download other files. Since most browsers still don't understand those attributes they almost all single thread downloading all JavaScripts referenced directly by the HTML. Since the rest of the HTML needs to be there before the JavaScript can interact with it the simplest solution is to place the JavaScript at the bottom of the page.

If you really need JavaScript to download sooner and want it to be able to be one of the 8 files that can be downloaded at the same time then the solution is to add the script tag itself to the page using JavaScript. By doing that only the small JavaScript to insert the script tag downloads by itself and the rest of the scripts can download alongside everything else (since a script added from JavaScript can't contain anything that can change what the browser needs to download next.

Reply With Quote
Closed Thread

Viewing: Dev Shed ForumsWeb DesignHTML Programming > What is difference between Html and Css language.?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap