简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"> <link href="/static/next/css/tryit.css?v=2017082407" rel="stylesheet"/> <style> p { border-style:solid; } p.none {border-left-style:none;} 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;} </style> <p class="none">无底左界。</p> <p class="dotted">点左边界。</p> <p class="dashed">虚线左边界。</p> <p class="solid">实线左边界。</p> <p class="double">双线左边界。</p> <p class="groove">凹槽左边界。</p> <p class="ridge">垄状左边界。</p> <p class="inset">嵌入左边界。</p> <p class="outset">外凸左边界。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: