answersLogoWhite

0


Best Answer

CSS allows you to save time in web site development by allowing you to declare styles once and have those rules apply to every page in your web site. Prior to CSS, you would have to use HTML elements and attributes every time you wanted to set a particular style, which meant when you wanted to make a change you would have to go through all of your code on all of your pages making the change. With CSS, you declare it one time, and if you want to change it, you only have to change it in one place. This saves time and money.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

With CSS you do not want to put extra tags in HTML. You can just refer to an element and put that style all over.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does CSS save a lot of work in web development?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why does a css class not work in fire fox?

CSS classes do work in FireFox. What is the main problem? (specifically)Have you checked that the syntax is correct?There is a lot to learn about things with CSS and browsers, you may need a hack or fix, if all else fails.


What is inline css?

instead of putting your CSS in a separate file, you can append it to the HTML tag itself like so: <span style="color: #000000; font-weight: bold;"> this is highly unrecommended though, because if you do your styling that way, you have a lot of mixing between HTML and CSS and editing the style (e.g. replacing large portions of CSS code to apply a new design to a site) WILL be a pain.


What are CSS Jobs Like?

If you've got a knack for developing web content, then CSS jobs just might be right up your alley. CSS jobs are geared specifically towards those who love dabbling in CSS/HTML and creating content for users that they will enjoy and remember. If you've got an inkling that you might enjoy a job in CSS, you can read all about what one would be like to make your final decision! Generally, people who work in CSS jobs spend a lot of their time in front of the computer. In some cases, they may spend time planning or making wire frames and outlines for web content, but the majority of the work day will be spent on the computer and working with code. In all cases, a strong knowledge of CSS is required, and knowledge of other areas in web development is probably very helpful as well for matters such as integration and more. For example, employers might prefer that candidates for CSS jobs have strong understandings of Javascript, jQuery, XHTML, and more. In addition to this, the CSS coder must be able to communicate well with coworkers and display a strong understanding of web development terminology. A knack for staying up on the latest software and web tools is also generally strongly preferred. Not only does a CSS coder need to possess this type of knowledge, he/she also needs to display a certain set of skills. For example, a coder must be very punctual about meeting deadlines and juggling multiple tasks at once. The coder must be creative and original with his/her code, and they must be able to write CSS code from scratch without any sort of help or copying/pasting. One of the most prominent skills that a CSS coder must possess is strong attention to detail. Because a CSS coder will spend most of their time writing and analyzing code, this will mean that he/she will be sifting through large amounts of text while on the job. The coder must be quick about picking out small details and finding subtle errors. If you like the idea of working on a team with others in web development, then CSS jobs are probably a good fit for you. Because CSS relies on other code to create a complete web document or application, you will more than likely always be working with other coders.


When should I use flash or HTML or CSS to build a website?

That depends on a lot of things. Flash looks a lot nicer, has more possibilities, but can also drastically slow down your site. HTML and CSS can look nice too, with experience, and is faster too. But it doesn't have as many possibilities as Flash.


Does Gmod 9 work with downloaded Hl2 hl2 dm and Css?

As long as you have ANY source game excluding deathmatch, you can play. But please note that you will usually need a lot of source games to see other people's props that come from other source games.

Related questions

Why does a css class not work in fire fox?

CSS classes do work in FireFox. What is the main problem? (specifically)Have you checked that the syntax is correct?There is a lot to learn about things with CSS and browsers, you may need a hack or fix, if all else fails.


When do you save a spreadsheet?

You save it regularly. If you are doing a lot of work on it, it is important to save it often, as if your computer crashes you will lose a lot of work. So once you have a bit done, save it and keep saving it every so often when you are finished making changes.


What 6 tools are used in development of websites?

A Lot of website development tools are available Like visual studio 8, CSS Grid Builder,Clean Ajax,Joomla,DOMTool etc ,Some freeware and some tools are provided by specific firms.Some other tools includes Blue print CSS framework,firebug,JSUnit,e.t.c.


Need of CSS in HTML?

HTML is quite limited in terms of what it can do. CSS enables you to do a lot of things that HTML cannot do at all or not to the same extent. For example the font tag does not let you do very large text. You can make much larger text using CSS. You can position things and lay out a page with CSS in ways that cannot be done with pure HTML. As a result of the things CSS can do, some tags in HTML are being phased out, or what is officially known as being deprecated. You can also make a page and a website a lot easier to change and maintain using CSS. Instead of having to change many tags in a page, you can design styles and apply them and adjust them with one change and have them apply to all corresponding tags in a page. It also lets you experiment quickly with having to do a lot of changes and then undo them if you decide you do not want them. CSS makes creating web pages a lot simpler. At this stage, designing a web page using just HTML is going to make your pages very limited. CSS and HTML and some other technologies work together to create good web pages.


How do you create layouts on Piczo?

You need to know quite a lot about CSS and Coding.


When do you get a lot of money?

just save up and work hard until your feet get sore


Why are complex machine labor saving machines?

Because they save a lot more work.


Why are complex machines called labor saving machines?

Because they save a lot more work.


Does css overflow happen in Pennsylvania?

From what I can surmise, css overflow happens at one time or another in almost every state, including Pennsylvania. There is a lot of vague information out there on the subject.


When was Save-A-Lot created?

Save-A-Lot was created in 1977.


What is the ticker symbol for save a lot?

The ticker symbol for Save-A-Lot is SVU. Save-A-Lot is a wholly owned subsidiary of SUPERVALU Inc. There are more than 1,300 Save-A-Lot stores nationwide.


How can CSS save a lot of work for the web developer?

I use a single CSS document for each site that I write. That way after it's done, if the client decides they don't like the color that I used for the navigation (for instance), I can change it once and it applies to every page that I linked the style sheet to. It also makes it easier to locate any visual bugs that may pop up. Rather than inspect each page, I simply check one document. It's simplistic, yet powerful.