The text-indent CSS property sets the length of empty space (indentation) that is put before lines of text in a block.
The text-align CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box. This means it works like vertical-align but in the horizontal direction.
CSS css p { text-align: justify; margin: 1em 0 0 0; } p + p { text-indent: 2em; margin: 0; } Result Percentage indent HTML html Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. ...
The text-align-last CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.
text-align-last:justify; /* Global values */ text-align-last:inherit; text-align-last:initial; text-align-last:unset; 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. text-align https://developer.mozilla.org/en-US/docs/Web/CSS/text-align ...
https://caniuse.com/mdn-css_properties_text-align-last https://caniuse.com/?search=text-align-last text-align-last https://developer.mozilla.org/en-US/docs/Web/CSS/text-align-last /* Keyword values */text-align-last: auto;text-align-last: start;text-align-last: end;text-align-last...
The text-justify CSS property sets what type of justification should be applied to text when text-align: justify; is set on an element.
The source repository of all translated content for MDN Web Docs - translated-content/files/ru/web/css/text-align-last at main · mdn/translated-content
This value is a flag, going along with a common value like a length. Demo ::first-line hanging-punctuation text-indent in the spec text-indent at MDN each-line value
The source repository of all translated content for MDN Web Docs - translated-content/files/ja/web/css/text-align at main · mdn/translated-content