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...

JSliders generate what type of event?

a. ActionEvents. b. ChangeEvents. c. WindowEvents. d. MouseEvents.

Computer Science & Information Technology

Explain what guide layers are, when they are used, and how they are created.

What will be an ideal response?

Computer Science & Information Technology