DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> 詳解CSS定義HR水平線的幾種樣式
詳解CSS定義HR水平線的幾種樣式
編輯:CSS詳解     
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xHtml1-transitional.dtd">
  2. <Html XMLns="http://www.w3.org/1999/xHtml" XML:lang="en" lang="en">
  3. <head>
  4. <title>CSS定義HR水平線</title>
  5. <style type="text/CSS">
  6. <!--
  7. .hr0{ height:1px;border:none;border-top:1px dashed #0066CC;}
  8. .hr1{ height:1px;border:none;border-top:1px solid #555555;}
  9. .hr2{ height:3px;border:none;border-top:3px double red;}
  10. .hr3{ height:5px;border:none;border-top:5px ridge green;}
  11. .hr4{ height:10px;border:none;border-top:10px groove skyblue;}
  12. -->
  13. </style>
  14. </head>
  15. <body>
  16. <hr class="hr0" />
  17. <hr class="hr1" />
  18. <hr class="hr2" />
  19. <hr class="hr3" />
  20. <hr class="hr4" />
  21. </body>
  22. </Html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved