css文本左边对齐,CSS使文本左对齐并同时对齐

对齐意味着文本在两条边上排列。但是,文本的最后一行仍将位于左侧或右侧。

因此...

左对齐强>

Lorem Ipsum is simply dummy text of the printing and |

typesetting industry. Lorem Ipsum has been the industry's |

standard dummy text ever since the 1500s, when an unknown |

printer took a galley of type and scrambled it to make a |

type specimen book. |

左对齐强>

|

Lorem Ipsum is simply dummy text of the printing and

typesetting industry. Lorem Ipsum has been the industry's

standard dummy text ever since the 1500s, when an unknown

printer took a galley of type and scrambled it to make a

type specimen book. |

|

右对齐强>

|

Lorem Ipsum is simply dummy text of the printing and

typesetting industry. Lorem Ipsum has been the industry's

standard dummy text ever since the 1500s, when an unknown

printer took a galley of type and scrambled it to make a

type specimen book.

|

我过去没有使用过这个,所以我不能100%确定你是否支持CSS所支持的特定行为。我认为W3Schools的这个链接会有所帮助,但是:http://www.w3schools.com/cssref/css3_pr_text-justify.asp

你可能感兴趣的:(css文本左边对齐)