text
English[tekst] American[tɛkst]
n. Text, original text; text, textbook; theme; version
v .Send a text message
##justify
English[ˈdʒʌstɪfaɪ] US[ˈdʒʌstəˌfaɪ] vt. Justify…; defend…; explain… vi. Organize the layout; prove legalitycss text-justify property syntax
Function:The text-justify attribute specifies the alignment method when text-align is set to text-align. This property specifies how lines of text are aligned and separated.
Grammar:text-justify: auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim
Description :auto The browser determines the parallel algorithm. None disables all rows. Inter-word Increase/decrease the spacing between words. Inter-ideograph uses ideographic text to organize content. Inter-cluster only aligns content that does not contain internal word gaps (such as Asian languages). Distribute is similar to a newspaper layout, except that in East Asian languages the last line is not aligned. kashida aligns content by stretching characters.
Note:Only Internet Explorer supports the text-justify attribute.
css text-justify property example
Click the "Run instance" button to view the online instance