Match each item with a statement below.

A. Aligns the text below the first line of paragraph
B. Indents the first line of text in a paragraph
C. Indents the left edge of an entire paragraph
D. A set amount of space between the edge of a paragraph and the right or left margin
E. Indents the right edge of an entire paragraph


A. hanging indent
B. first line indent
C. left indent
D. indent
E. right indent

Computer Science & Information Technology

You might also like to view...

In the United States, the release of student grade information is regulated by the __________ .

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

Computer Science & Information Technology

____________________ versions of commercial software are often installed on new computers.

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

Computer Science & Information Technology

What is the result of the following code? Assume the Form contains a MainMenu con- trol, with a MenuItem named mnuitmColor. Also assume the Form contains a Label called lblMystery.

 private void mnuitmColor_Click( object sender, System.EventArgs e )
 {
 ColorDialog dlgColorDialog = new ColorDialog();
 DialogResult result;

 dlgColorDialog.FullOpen = true;

 result = dlgColorDialog.ShowDialog();

 if ( result == DialogResult.Cancel )
 {
 return;
 }

1 lblMystery.BackColor = dlgColorDialog.Color;

 } // end method mnuitmColor_Click

Computer Science & Information Technology

Only some Stage properties are visible within Edge Animate when you view a project in a web browser.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology