如何css设计边线上文字
<html>
<head><title>软件音速</title>
<style type=”text/css”>
body{margin:0px;padding:0px;font-size:12px;font-family:arial;}
//控制网页基本属性
legend{font-weight:bold;color:#0099ff;background:#fff;}
//控制标题(legend)属性
fieldset{width:200px;border:1px #333 dashed;}
//控制fieldset整体属性
</style>
<head>
<body>
<fieldset>
<legend>软件音速</legend>
软件音速xhtml+css软件音速xhtml+div
</fieldset>
</body>
</html>