Name and describe two methods for reducing the size of CSS files.

What will be an ideal response?


Removing orphaned styles involves deleting style rules based on selectors that no longer apply to any elements on your web pages. Minifying involves an automated process that removes any characters that are not needed by a browser to parse the files.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is correct to create a DataOutputStream to write to a file named out.dat?

a. DataOutputStream outfile = new DataOutputStream(new File("out.dat")); b. DataOutputStream outfile = new DataOutputStream(new FileOutputStream("out.dat")); c. DataOutputStream outfile = new DataOutputStream(FileOutputStream("out.dat")); d. DataOutputStream outfile = new DataOutputStream("out.dat");

Computer Science & Information Technology

You can hold down the ____ key to select more than one field in a report.

A. Home B. + C. Shift D. Alt

Computer Science & Information Technology

List method _________ returns the number of times a specified element occurs in a list.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A graph consists of ______ sets.

a. two b. three c. four d. five

Computer Science & Information Technology