!DOCTYPE htmlhtmlheadmeta charset=UTF-8title/title/headstyle type=text/csstr:hover{background-color: greenyellow;}/stylebodytable border=1 bordercolor=red width=400 hei...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <style type="text/css"> tr:hover{ background-color: greenyellow; } </style> <body> <table border="1" bordercolor="red" width="400" height="400" cellspacing="0" bgcolor="aqua" <!--background="img/3.jpg"-->> <caption>表格标题</caption> <tr> <th>姓名</th><th>年龄</th><th>性别</th> </tr> <tr align="center"> <td>jack</td><td>18</td><td>男</td> </tr> <tr> <td colspan="2">rose</td><td>女</td> </tr> <tr> <td rowspan="2">tom</td><td>6</td><td>女</td> </tr> <tr> <td>3</td><td>女</td> </tr> </table> </body> </html>
沃梦达教程
本文标题为:7.表格标签.html
基础教程推荐
猜你喜欢
- vue项目中videoPlayer 的 src 视频地址参数动态修改---方法 2023-10-08
- 定义标题的最好方法 2022-10-16
- 手机屏幕尺寸测试——手机的实际显示页面的宽度 2022-11-13
- 用CSS实现文字变图象特效 2022-10-16
- vue编译报错 a dependency to an entry point is not allowed 2023-10-08
- 基于Ajax表单提交及后台处理简单的应用 2023-01-21
- Ajax校验是否重复的实现代码 2023-01-31
- linux – 使用wget和grep下载HTML页面并按关键字过滤 2023-10-25
- CSS清除浮动方法汇总 2022-11-13
- 基于Ajax技术实现考试倒计时并自动提交试卷 2023-01-20