W3Schools tutorial..web designing
源代码在线查看: tryit_view.asp@filename=trycss_border-left-style
p.dotted {border-left-style: dotted}
p.dashed {border-left-style: dashed}
p.solid {border-left-style: solid}
p.double {border-left-style: double}
p.groove {border-left-style: groove}
p.ridge {border-left-style: ridge}
p.inset {border-left-style: inset}
p.outset {border-left-style: outset}
A dotted border
A dashed border
A solid border
A double border
A groove border
A ridge border
An inset border
An outset border