?List the advantages of working from a grid and the basic types of grid layouts.

What will be an ideal response?


?Working from a grid has several practical and aesthetical advantages, including the following:Grids add order to the presentation of page content, adding visual rhythm, which is pleasing to the eye.A consistent logical design gives readers the confidence to find the information they seek.New content can be easily placed within a grid in a way that is inconsistent with previously entered information.A well designed grid is more easily accessible for users with disabilities and special needs.Grids speed up the development process by establishing a systematic framework for the page layout.?There are two basic types of grid layouts: fixed grids and fluid grids.?In a fixed grid, the widths of the columns and margins are specified in pixels, where every column has a fixed position.?A fluid grid, in which column widths are expressed in percentages rather than pixels, is often used to provide more support across different devices.

Computer Science & Information Technology

You might also like to view...

Assume s is "ABCABC", the method __________ returns a new string "aBCaBC".

a. s.toLowerCase(s) b. s.toLowerCase() c. s.replace('A', 'a') d. s.replace('a', 'A') e. s.replace("ABCABC", "aBCaBC")

Computer Science & Information Technology

e) The file produced by the Java compiler contains _________ that are executed by the Java Virtual Machine.

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

Computer Science & Information Technology

Storage-class specifier ________ is a recommendation to the compiler to store a variable in one of the computer’s registers.

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

Computer Science & Information Technology

_____________________ is the common name for one of the most widely recognized 802.11 specifications.

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

Computer Science & Information Technology