"TEXT Alignment"

"Die horizontale Ausrichtung"

"The Horizontal Alignment"


- Mit 'p align' kannst Du Textabsätze und mit 'text-align' Textinhalte von Block-Elementen ausrichten.

Mögliche Angaben sind:   left | right | center | justify

◘◘◘   ◘◘   ◘   ◘◘

- With 'p align' You can align text paragraphs and with 'text align' property Text contents of block elements.

Possible Values are:   left | right | center | justify




°Linksbundig: / Left Align:°

Keine besondere Maßnahme, die Schrift wird automatisch auf linken Anschlag gesetzt.

No special measure, it will be set automatically at the left side.



°Zentriert: / Center:°

HTML:<p align="center">YOUR TEXT</p>
CSS: <p style="text-align:center;">YOUR TEXT</p>



°Rechtsbündig: / Right Align:°

HTML: <p align="right">YOUR TEXT</p>
CSS: <p style="text-align:right;">YOUR TEXT</p>





°Set The Left Margin of Text°

<p style="margin-left:100px;">YOUR TEXT</p>

°Example:°

YOUR TEXT


Wenn nötig kann man <p> tags durch <span> od. <div> ersetzen.
If required you can using <span> or <div> instead of <p> tags.




°CSS Text Properties °





║║║  ║║  ║  ║║  ║║║


║║║  ║║  ║  ║║  ║║║