css设计边线上文字

如何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{200px;border:1px #333 dashed;} 

  //控制fieldset整体属性

</style>

<head>
<body>

<fieldset>
<legend>软件音速</legend>
软件音速xhtml+css
软件音速xhtml+div
</fieldset>

</body>
</html>

原文地址:https://www.cnblogs.com/analyzer/p/1292743.html