Results 31 to 43 of 43
Thread: What is the role of CSS?
-
04-25-2011, 05:22 PM #31
Freshman
- Join Date
- Apr 2011
- Posts
- 6
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS or Cascading Style Sheets allow web designer link to documents in web site design. It plays a above role during web development. It is adopted by web developers for web website development because they are lighter than table layouts and use less bandwidth.
-
05-25-2011, 02:56 AM #32
Freshman
- Join Date
- May 2011
- Posts
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
The role of CSS in web development is to style every single web pages even in its smallest content, it allows the developer styling pages with ease especially when you need to repeat the styles in every pages you make. So for example you have a 100 pages that has little variations of style, you will just need to create a CSS file then name it whatever you want, ex. example.css and then after that in every page header, you will just need to call it out like this :
in this case,it will lessens your work,it will look your codes clean and neat. This is also one way that professionals do,because it separates content to style to be able for it to be easily read.<LINK REL="stylesheet" HREF="example.css" TYPE="text/css">
-
05-25-2011, 11:16 AM #33
Banned
- Join Date
- May 2011
- Posts
- 376
- Thanks
- 0
- Thanked 2 Times in 2 Posts
- Feedback Score
- 0
CSS has ease the Developers in styling there pages, you can store all of your styles related codings in one file and than you can use it through out the project.
-
05-26-2011, 08:14 AM #34
Senior
- Join Date
- May 2011
- Posts
- 630
- Thanks
- 1
- Thanked 4 Times in 4 Posts
- Feedback Score
- 0
css or cascaded style sheets are responsible for the design part of your website.. it helps make your codes clean by eliminating the design markups in your html page..
-
11-05-2011, 09:05 AM #35
Freshman
- Join Date
- Nov 2011
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Css
In css you but the code again and again
-
11-08-2011, 07:18 AM #36
Junior
- Join Date
- Dec 2010
- Posts
- 287
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Right, CSS is important part of web development. CSS help page elements without repeating the code.
-
11-10-2011, 03:08 AM #37
Banned
- Join Date
- Nov 2011
- Posts
- 122
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS means a cascading style sheet.the main purpose of css is to avoid a repeat coding in a site and make a website stylish.there are different types of css.inernal css,external css etc.it depend on you that how u want to change your page coding.
piracetam | Artemisinin | centrophenoxine | Aniracetam | oxiracetam | Ciproxin
-
11-23-2011, 07:40 AM #38
Sophomore
- Join Date
- Nov 2011
- Posts
- 57
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS stands for Cascading Style Sheets.and it provide common look to all page just include it in our title tag.
-
11-24-2011, 02:29 AM #39
Junior
- Join Date
- Dec 2010
- Posts
- 287
- Thanks
- 2
- Thanked 1 Time in 1 Post
- Feedback Score
- 0
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Main advantage of CSS page elements without repeating the code.
-
11-28-2011, 04:28 AM #40
Junior
- Join Date
- Aug 2011
- Posts
- 184
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
You may want to change the way the generated HTML output looks. The best way to do that is with a Cascading Style Sheet (CSS), which modern browsers support. Font family, type size, colors, and other styles can be controlled with CSS for each kind of element.
-
02-02-2012, 05:59 AM #41
Sophomore
- Join Date
- Dec 2011
- Posts
- 119
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
We have wanted outward appearance including backgrounds, colors, content and image placement can all be handled by CSS. CSS allows you to easily link to other documents in a website. With the help of CSS you can have a control over the various elements in different web pages of your site.
-
04-17-2012, 04:12 AM #42
Freshman
- Join Date
- Mar 2012
- Posts
- 19
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
CSS also lends portability to the content. With the help of CSS, you can make separate style sheets for different media. Thus the content can be presented in a flexible way.
-
04-17-2012, 07:35 AM #43
Sophomore
- Join Date
- Mar 2012
- Posts
- 144
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
css has main role in website development. ou may defined the text formatting in css. you may defined style in external and internal and inline style..
Similar Threads
-
Meta Description Does not Play a Role in SERP Ranking
By webdigo in forum GoogleReplies: 31Last Post: 04-17-2012, 09:20 AM -
Role of forums in SEO
By ovaismirza22 in forum Search Engine OptimizationReplies: 41Last Post: 02-23-2011, 12:34 AM -
Role of police dogs
By calvin.pr in forum General TalkReplies: 0Last Post: 05-11-2010, 09:23 AM -
What is the role of review for seo purpose ?
By royal in forum ReviewsReplies: 2Last Post: 03-27-2010, 04:19 AM -
Differentiate the role of directory submission and social bookmarking for increase site traffic and back links ?-Help
By royal in forum Search Engine OptimizationReplies: 1Last Post: 03-19-2010, 09:12 AM


Reply With Quote

