InterviewSolution
Saved Bookmarks
| 1. |
List and define different types of paragraph alignments |
| Answer» \tLeft-aligned. All lines in the paragraph butt up against the left text margin. No extra spaces are added to the line. The text of each line does not line up with the right margin, so traditional typesetting terminology often refers to left-aligned text as ragged right.\tCenter-aligned. All lines in a paragraph are centered between the left and right text margins. No extra spaces are added to the line. The text lines up with neither the left or right margins.\tRight-aligned. All lines in a paragraph butt up against the right text margin. No extra spaces are added to the line. The text of each line does not line up with the left margin, so traditional typesetting terminology often refers to right-aligned text as ragged left.\tJustified. All lines in a paragraph are expanded so they butt up against both the left and right text margins. Space is added, between words and characters, as necessary to fill out the line. In some typesetting references justified text is also referred to as "full justified." This alignment affects all lines in the paragraph except for the last one, which is left-aligned. | |