For example, let’s say you want three spaces between the words “What will you learn” and “today?” Instead of pressing the spacebar three times, just type between the two segments. Here’s an example:
What will you learn today?
Basically, just translates to "one space" in HTML.Two spaces: Type Four spaces: Type
In this example, we’re adding two lines of extra space between our sentences:
What will you learn today?
You will learn a lot!
Since we added the text-indent property to just the first paragraph, that is the only paragraph that will be indented. Read on to learn how to indent all paragraphs on the page the same way instead of just one!
You can adjust the number of spaces by typing a different number after “text-indent:”. You can use unites other than pixels to define the size of your indent, such as percentage (i. e. “text-indent: 15%;”) or measurements (e. g. , “text-indent: 3mm;”).