HTML/CSS/CSS Attributes and Javascript Style Properties/text justify

Материал из Web эксперт
Перейти к: навигация, поиск

"text-justify" Example

<html>
<body>
<div style="width:200px; 
            height:30px; 
            background-color:beige; 
            text-align:justify; 
            text-justify:inter-word">
            
www.wbex.ru in "text-justify:inter-word"
</div>
</body>
</html>