如何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>

相关文章:

  • 2021-12-10
  • 2022-12-23
  • 2021-12-08
  • 2022-01-17
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-02-17
  • 2021-10-16
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案