answersLogoWhite

0

What else can I help you with?

Related Questions

What you can use to indent just the first line of paragraph?

You can use the CSS property "text-indent" to indent just the first line of a paragraph. Set the value of "text-indent" to the desired indent, typically in pixels or percentages. This will only affect the first line of the paragraph while leaving the subsequent lines unaffected.


What type of indent result in subsequent lines of a paragraph being indented more than the first line?

A hanging indent is a type of indent where the first line of a paragraph is not indented, but subsequent lines are indented more than the first line. This is often used in bibliographies and references lists.


Which type of indent results in subsequent lines of a paragraph being indented more then the first line?

A hanging indent is a type of indent where the first line of a paragraph is not indented, but subsequent lines are indented more than the first line. This format is commonly used for lists or bibliographies.


Which type of indent results in subsequent lines ofa paragraph being indented more than the first line?

A hanging indent results in subsequent lines of a paragraph being indented more than the first line. This is commonly used for reference lists or bibliographies to make the list easier to read.


Is a type of paragraph formatting in which the first line extends the left of the rest of the paragraph?

Yes, the type of paragraph formatting you are referring to is called a "hanging indent." In a hanging indent, the first line of a paragraph is aligned to the left margin, while subsequent lines are indented. This format is commonly used in reference lists and bibliographies to clearly differentiate between entries.


Which alignment option indents all lines but the first in a paragraph?

The "Hanging indent" alignment option indents all lines in a paragraph except the first line. It is commonly used for reference lists, bibliographies, and works cited pages.


Why is a bulleted paragraph described as a hanging indent?

A hanging indent is when the first line is all the way to the left and the other lines are indented until a hard return is entered. The bullet in a bulleted paragraph hangs over the rest of the paragraph until a hard return is entered and another bullet is used, so this is why a bulleted paragraph is described as a hanging indent.


What is the name of the button that displays at the left side of the ruler?

It is the alignment button. It can be used to shift text in your document. You can use it to set the indent of the first line, the whole paragraph, or the hanging indent.


WHICH TYPE OF INDENT RESULTS IN SUBSEQUENT LINES OF A PARAGRAPH BEING INDENTED MORE THAN THE FIST LINE?

A hanging indent is a style where the first line of a paragraph is not indented, but subsequent lines are indented further. This is often used in bibliographies or reference lists to make entries easier to read.


What type of indent is it when the subsequent lines are more indented than the first line?

The type of indent where subsequent lines are more indented than the first line is called a "hanging indent." In this format, the first line of a paragraph starts at the left margin, while all following lines are indented to the right. This style is commonly used in bibliographies and reference lists.


How do you indent a line using Microsoft Word?

First show your rulers, then when the insertion point is in the line (actually in the paragraph) you want to indent, drag the small downward pointing triangle at the top edge of the ruler in to where you want the indent. This will only affect the present paragraph, update or change the format style of the paragraph to be like the indented one if all the paragraphs in the document are to be the same. Note that this will change the Style and ALL paragraphs made with that STYLE will change. Word is really powerful when you understand formatting with styles! but if you've done a lot of work in formatting locally (not with styles for paragraphs and such) you will have to do a lot all over again to get a document that is correctly formatted with styles for each text block appearance!You can go right to the Styles Format editing dialog and do this with numbers if you know what value you want for the indent.


What XHTML tag is used to indent a paragraph of text?

To indent a paragraph of text using XHTML, simply enclose the paragraph in an opening and closing <blockquote> tag. the <blockquote> tag is used for quoted text, not for indenting text. If you want to indent text you need to use the text-indent with CSS.