html技艺

html技巧1.文字排版?p alignleft文字靠左/p文字靠左p aligncenter文字置中/p文字置中p ali

html技巧

1.文字排版

?

<p align="left">文字靠左</p>

文字靠左

<p align="center">文字置中</p>

文字置中

<p align="right">文字靠右</p>

文字靠右

?2.虚线

?

<hr size='1' noshade='noshade' color='#000000' style='border-bottom-style:dotted' width=800>

?效果为:

?