Briefly describe some common CSS style tools that developers have handy so that they do not need to recreate the same CSS for each Web site they build.

What will be an ideal response?


Reset sheet-Because browsers handle default margins, padding, and fonts differently, a reset CSS style sheet that specifically resets individual settings helps developers to start with a clean slate.
Templates-Web developers have a collection of various templates, with CSS, for common layouts such as two-column and three-column designs.
Browser-specific CSS-Because browsers handle advanced CSS techniques differently, Web developers will have a collection of CSS code that handles specific style properties for specific Web browsers or versions of Web browsers.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) The associative containers store their data in an order different from the insertion order. 2) The set container keeps track of how many copies of a data item you insert in the set object. 3) STL set operations are essentially insert, delete, and the query, “Is it there?”. 4) A Map is a function given as a set of ordered pairs. The first is the key that has to have ordering and the second is any type. The position of a pair in the set is determined by the ordering on the keys.

Computer Science & Information Technology

Overloaded functions and operators demonstrate

A. Execution-time polymorphism. B. Run-time polymorphism. C. Compile-time polymorphism. D. None of the Above.

Computer Science & Information Technology

This term describes a single computer under the control of a (usually) remote operator.

A. DDOS B. phishing C. smurf attack D. zombie

Computer Science & Information Technology

Web media created in Flash are called ____.

A. indices B. documents C. panels D. movies

Computer Science & Information Technology