Blogger Information
Blog 46
fans 2
comment 0
visits 19755
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html常用标签与应用场景
P粉314265155
Original
430 people have browsed it

课程表

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Document</title>
  8. </head>
  9. <body>
  10. <table border="3" width="900">
  11. <caption > <h2>一年级20班课程表</h2></caption>
  12. <thead bgcolor="blue">
  13. <tr>
  14. <td style= text-align:center>时间</td>
  15. <td>星期一</td>
  16. <td>星期二</td>
  17. <td>星期三</td>
  18. <td>星期四</td>
  19. <td>星期五</td>
  20. <td>星期六</td>
  21. <td>星期日</td>
  22. </tr>
  23. </thead>
  24. <tboday>
  25. <tr>
  26. <td style= text-align:center bgcolor="yellow" rowspan="4">上午</td>
  27. <td>语文</td>
  28. <td>数学</td>
  29. <td>英语</td>
  30. <td>体育</td>
  31. <td>化学</td>
  32. <td>物理</td>
  33. <td rowspan="8" style= text-align:center bgcolor="red" >放假</td>
  34. </tr>
  35. <tr>
  36. <td>语文</td>
  37. <td>数学</td>
  38. <td>英语</td>
  39. <td>体育</td>
  40. <td>化学</td>
  41. <td>物理</td>
  42. </tr>
  43. <tr>
  44. <td>语文</td>
  45. <td>数学</td>
  46. <td>英语</td>
  47. <td>体育</td>
  48. <td>化学</td>
  49. <td>物理</td>
  50. </tr>
  51. <tr>
  52. <td>语文</td>
  53. <td>数学</td>
  54. <td>英语</td>
  55. <td>体育</td>
  56. <td>化学</td>
  57. <td>物理</td>
  58. </tr>
  59. <hr>
  60. <tr>
  61. <td colspan="7" style= text-align:center >午休</td>
  62. </tr>
  63. <tr>
  64. <td style= text-align:center bgcolor="yellow" rowspan="4">下午</td>
  65. <td>语文</td>
  66. <td>数学</td>
  67. <td>英语</td>
  68. <td>体育</td>
  69. <td>化学</td>
  70. <td>物理</td>
  71. </tr>
  72. <tr>
  73. <td>语文</td>
  74. <td>数学</td>
  75. <td>英语</td>
  76. <td>体育</td>
  77. <td>化学</td>
  78. <td>物理</td>
  79. </tr>
  80. <tr>
  81. <td>语文</td>
  82. <td>数学</td>
  83. <td>英语</td>
  84. <td>体育</td>
  85. <td>化学</td>
  86. <td>物理</td>
  87. </tr>
  88. <tfoot>
  89. <tr>
  90. <td colspan="8" style= text-align:center>
  91. <h4>值日生 注意值日</h4>
  92. </td>
  93. </tr>
  94. </tfoot>
  95. </tboday>
  96. </table>
  97. </body>
  98. </html>


列表、超链接、图片

  1. <div class="headre">我是头部</div>
  2. <div class="main">我是中间</div>
  3. <div class="footer">我是底部</div>
  4. <!-- 无序标签 -->
  5. <ul>
  6. <li><a href="http://www.baidu.com">我是无序标签一</a></li>
  7. <li><a href="http://www.php.com">我是无序标签二</a></li>
  8. <li><a href="http://www.php.cn">我是无序标签三</a></li>
  9. </ul>
  10. <hr>
  11. <!-- 有序标签 -->
  12. <ol>
  13. <li><a href="http://www.baidu.com" target="blank" >我是有序标签一</a></li>
  14. <li><a href="http://www.php.com">我是有序标签二</a></li>
  15. <li><a href="http://www.php.cn">我是有序标签三</a></li>
  16. </ol>

" class="reference-link">

图片超链接

  1. <!-- 我是图片链接
  2. <a href="https://img.php.cn/upload/aroundimg/000/000/001/62b2806382aa1939.png" width=“300” alt="我是图片">我是第一张图片</a>
  3. -->
  4. <img src="https://img.php.cn/upload/aroundimg/000/000/001/62b2806382aa1939.png" width=“300” alt="我是图片">
  5. <a href="https://img.php.cn/upload/aroundimg/000/000/001/62b2806382aa1939.png" width=“300” alt="我是图片"></a>
  6. </img>


按键

  1. <button onclick="提交成功">提交</button>

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post