answersLogoWhite

0

Click Tab before the first word in your paragraph(in Microsoft Word).

In real life you place two finger before you start writing. Start your paragraph after your 2 fingers(if you are an adult, a thumb with do it)

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Do you have to indent after a flashback?

You have to indent each new paragraph.


Do you typically indent the first paragraph of a letter?

Yes, it is customary to indent the first paragraph of a letter.


Whats the difference between hanging indent and paragraph indent?

A hanging indent indents every line after the first one, whereas indenting a paragraph indents only the first line of the paragraph.


What is a pilcrow?

a paragraph indent.


Do you indent the first paragraph in MLA formatting?

Yes, in MLA formatting, you should indent the first paragraph of your essay.


Do you indent the first paragraph when formatting a document?

Yes, it is common practice to indent the first paragraph when formatting a document.


Do you indent when writing an article?

Yes, you indent whenever it is the start of another paragraph. It doesn't matter what type of writing it is, you always indent at the start of a new paragraph.


What is the code to indent a prargraph?

To indent a paragraph in HTML, you can use the CSS property "text-indent" and apply it to the paragraph element like this: <p style="text-indent: 20px;">Your paragraph text here</p> You can adjust the value (20px in this example) to control how much the paragraph should be indented.


Do you indent when you start a paragraph?

Yes you do


What do the indent markers on the horizontal ruler indicate?

The indent settings for the active paragraph


Do you indent each paragraph three times?

No... you just have to indent a paragraph once. If you need a tip just take your finger next to the line that you have to indent and that should be the amount of space that you indented.


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.