感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<style>
p.one
{
border-style:solid;
border-color:#0000FF;
}
p.two
border-color:#ffff00 #0000ff;
p.three
border-color:#ff0000 #00ff00 #0000ff;
p.four
border-color:#ff0000 #00ff00 #0000ff rgb(250,0,255);
</style>
</head>
<body>
<p class="one">One-colored border!</p>
<p class="two">Two-colored border!</p>
<p class="three">Three-colored border!</p>
<p class="four">Four-colored border!</p>
<p><b>Note:</b> The "border-color" property does not work if it is used alone. Use the "border-style" property to set the borders first.</p>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
输入 CSS 代码……