What is the purpose of using a baseline grid?

What will be an ideal response?

To line up baselines of text throughout the document.

Computer Science & Information Technology

You might also like to view...

The signature of a function consists of ____________.

A. parameter list B. return type, function name, and parameter list C. function name D. function name and parameter list

Computer Science & Information Technology

If the HTML form game has a text field named point in it, what is the proper way to set the text associated with point to 10?

a) game.point = "10" b) game.point.text = "10" c) game.point.caption = "10" d) game.point.value = "10"

Computer Science & Information Technology