11-09-2011, 10:59 PM | #1 |
Registered User
Join Date: Nov 2011
Location: USA
Posts: 10
|
Why we use CSS with HTML?
Why we use CSS with HTML?
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
11-28-2011, 09:16 PM | #2 |
Registered User
Join Date: Nov 2011
Posts: 27
|
CSS is use to display the HTML elements.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
11-28-2011, 10:52 PM | #3 |
Registered User
Join Date: Jul 2010
Posts: 81
|
CSS stand for Cascading Style Sheet is used how to display HTML elements on page.
you can add different style on your page like background, font color, size, border, padding, margin etc. you can also make a navigation menu by using CSS. CSS are normally save at external style sheet (.css) that allows you to change the appearance of all the pages in website.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
11-29-2011, 12:36 AM | #4 |
Moderator
Join Date: Sep 2011
Location: INDIA
Posts: 250
|
CSS is used to make web page attractive and user friendly
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
11-29-2011, 03:00 AM | #5 |
Moderator
Join Date: Apr 2011
Posts: 1,298
|
Because CSS can give us speed and easy access.
__________________
If you want to be a To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. check the latest trends If you want to know all about To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. you can see the latest reviews. |
12-01-2011, 09:12 PM | #6 |
Registered User
Join Date: Nov 2011
Posts: 21
|
If you want to get close to HTML and CSS, then you should think of learning ir online with various tutorials available for free. Do visit w3schools.com.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
12-01-2011, 09:23 PM | #7 |
Registered User
Join Date: Nov 2011
Posts: 21
|
If you want to get close to HTML and CSS, then you should think of learning ir online with various tutorials available for free. Do visit w3schools.com.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Last edited by tonybrown2387; 12-13-2011 at 08:00 PM.. |
12-04-2011, 10:43 PM | #8 |
Registered User
Join Date: Nov 2011
Posts: 15
|
CSS is used to minimize web page loading time. It enhances the bandwidth of the Internet. You need to place your CSS in proper places for better results.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
12-04-2011, 10:49 PM | #9 |
Registered User
Join Date: Nov 2011
Posts: 15
|
Including ease of use, multiply editor for a site as well as even a single page as well as authority of users HTML is an awesome coding language.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
12-05-2011, 02:14 AM | #10 |
Registered User
Join Date: Dec 2011
Posts: 13
|
You should place your CSS in external style sheets. This method is preferred due to faster page loads, and lower bandwidth usage. It is easy to control.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
12-05-2011, 09:44 PM | #11 |
Registered User
Join Date: Dec 2011
Posts: 14
|
CSS stands for Cascading Style Sheet. It is being observed that placing your CSS on external style sheets is a suitable option.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
12-05-2011, 11:32 PM | #12 |
Registered User
Join Date: Nov 2011
Posts: 15
|
Learning programming needs a step by step method and entails thinking rationally. It depends on how you are willing to learn about CSS and HTML.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
12-05-2011, 11:37 PM | #13 |
Registered User
Join Date: Nov 2011
Posts: 15
|
Learning programming needs a step by step method and entails thinking rationally. It depends on how you are willing to learn about CSS and HTML.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Last edited by haroldmacmillan; 12-05-2011 at 11:40 PM.. |
12-06-2011, 06:09 AM | #14 |
Registered User
Join Date: Dec 2011
Posts: 42
|
The main benefit in CSS, is that it manages to separate the style from the content on your web page. If you are used to using HTML, you'll have noticed, that HTML can do both style and content. With a FONT-tag, and some artistic sense, you can make a HTML page quite stylish.
|
12-07-2011, 11:49 PM | #15 |
Registered User
Join Date: Oct 2011
Location: www.movielocker.com
Posts: 133
|
The purpose of CSS is to provide webmasters more control over page layout and display than HTML offers...
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
Thread Tools | |
Display Modes | Rate This Thread |
|
|