border 属性

来源:互联网 发布:java message类 编辑:程序博客网 时间:2024/04/28 00:25
<html>
<head>
<style type="text/css">

{
border: medium double rgb(250,0,255)
}
</style>
</head>


<body>
<p>Some text</p>
</body>


</html>
0 0