1 Star 0 Fork 0

IC1805/website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
html0.html 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
IC1805 提交于 2024-08-16 21:42 . 基础选择器
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- 超链接
<a href="https://gitee.com/">gitte</a>
<!-- 空链接 -->
<!-- <a href="#">当前页面</a>
<a href="https://gitee.com/" target="_blank">
<img src="C:\Users\龚\Pictures\Nitro\QQ图片20230212151941.jpg">
</a> -->
<!-- 表格标签 -->
<table border="10" width="500" height="500" cellspacing="0" cellpadding="20" align="right`">
<!-- 行是tr,选中一行,shift+alt+方向下键,可以快速生成多行 -->
<thead>
<tr>
<th>aaa</th>
<th>aaa</th>
<th>aaa</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2">yyy</td>
<td rowspan="2">yyy</td>
</tr>
<tr>
<td>zzz</td>
<td>zzz</td>
</tr>
</tbody>
</table>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/Bit-Peng/website.git
git@gitee.com:Bit-Peng/website.git
Bit-Peng
website
website
master

搜索帮助