【道勤網(wǎng)】- bmrsportswear.com 軟件視頻自學(xué)教程|免費(fèi)教程|自學(xué)電腦|3D教程|平面教程|影視動(dòng)畫教程|辦公教程|機(jī)械設(shè)計(jì)教程|網(wǎng)站設(shè)計(jì)教程!【道勤網(wǎng)】

標(biāo)題: 簡(jiǎn)單CSS樣式表的寫法 [打印本頁]

作者: 大師兄    時(shí)間: 2017-11-21 09:50
標(biāo)題: 簡(jiǎn)單CSS樣式表的寫法
  1. <html>
  2. <head>
  3. <style type="text/css">

  4. a.top:link {font-family: 宋體} /*鏈接字體*/
  5. a.top:link {font-weight: normal;} /*設(shè)置鏈接文字中的字符粗細(xì)*/
  6. a.top:link {font-size: 12} /*設(shè)置鏈接文字的大小*/
  7. a.top:link {text-decoration: none;} /*設(shè)置鏈接文字沒有下劃線*/
  8. a.top:hover {text-decoration: underline;} /*鼠標(biāo)放在鏈接上時(shí)有下劃線*/
  9. a.top:link {color: #000000} /*設(shè)置鏈接文字的顏色*/
  10. a.top:visited {color: #000000} /*訪問過的鏈接*/
  11. a.top:hover {color: #B50000} /*鼠標(biāo)放在鏈接上字體的顏色*/

  12. a.tj:link {font-family: 宋體}
  13. a.tj:link {font-weight: normal;}
  14. a.tj:link {font-size: 12}
  15. a.tj:link {text-decoration: none;}
  16. a.tj:hover {text-decoration: none;}
  17. a.tj:link {color: #000000}
  18. a.tj:visited {color: #0000ff}
  19. a.tj:hover {background: #FFFFCC}

  20. h1 {font-size:12px}
  21. h1 {font-family: "宋體"}
  22. h1 {font-weight: normal;}
  23. h1 {color: #000000}

  24. h2 {font-size:14px}
  25. h2 {font-family: "宋體"}
  26. h2 {font-weight: normal;}
  27. h2 {color: #000000}

  28. h3 {font-size:24px}
  29. h3 {font-weight: 1;}
  30. h3 {color: #000000}

  31. body {
  32.         margin-top: 1px; /*上邊距*/
  33.         margin-bottom: 1px; /*下邊距*/
  34. }
  35. </style>
  36. <meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>

  37. <body>
  38. <p>Mouse over the links to see them change layout.</p>

  39. <p><b><a href="default.asp" target="_blank" class="top">電腦對(duì)懷孕其實(shí)沒啥影響</a></b></p>
  40. <p><b><a href="default.asp" target="_blank" class="tj">電腦對(duì)懷孕其實(shí)沒啥影響</a></b></p>
  41. <h1>電腦對(duì)懷孕其實(shí)沒啥影響</h1>
  42. <h2>電腦對(duì)懷孕其實(shí)沒啥影響</h2>
  43. <h3>電腦對(duì)懷孕其實(shí)沒啥影響</h3>
  44. </body>

  45. </html>
復(fù)制代碼







歡迎光臨 【道勤網(wǎng)】- bmrsportswear.com 軟件視頻自學(xué)教程|免費(fèi)教程|自學(xué)電腦|3D教程|平面教程|影視動(dòng)畫教程|辦公教程|機(jī)械設(shè)計(jì)教程|網(wǎng)站設(shè)計(jì)教程!【道勤網(wǎng)】 (http://bmrsportswear.com/) Powered by Discuz! X3.4