1 Star 0 Fork 0

Lfj/html62

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index13.html 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
Lfj 提交于 2020-03-21 08:57 . 19章css其他样式
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
/* table{
border-style: solid;
border-width: 3px;
border-color: red;
border-collapse: collapse;
} */
/* table{
border-style: solid;
border-width: 3px;
border-color: red;
border-spacing: 10px;
} */
/* table{
border-style: solid;
border-width: 3px;
border-color: red;
caption-side: bottom;
} */
/* table{
border-style: solid;
border-width: 3px;
border-color: red;
empty-cells: hide;
} */
/* table{
border-style: solid;
border-width: 3px;
border-color: red;
table-layout: fixed;
} */
/* ul{
border-style: solid;
border-width: 3px;
border-color: red;
list-style-type: square;
} */
/* ul{
border-style: solid;
border-width: 3px;
border-color: red;
width: 120px;
list-style-position: inside;
} */
/* ul{
border-style: solid;
border-width: 3px;
border-color: red;
list-style-image: url(include/1.jpg);
} */
/* ul{
border-style: solid;
border-width: 3px;
border-color: red;
list-style: lower-alpha inside url(include/1.jpg);
} */
/* table{
border-style: solid;
border-width: 3px;
border-color: red;
vertical-align: bottom;
} */
/* b{
border-style: solid;
border-width: 3px;
border-color: red;
vertical-align: super;
} */
div span{
border-style: solid;
border-width: 3px;
border-color: red;
vertical-align: -200px;
}
</style>
</head>
<body>
<table>sajfakfasfasf</table>
<ul>sadfasfasdfasfasf</ul>
<b>sajfhasjfasfa</b>
<b>dljshgnadfndafl</b>
<div>
<span>akfjalf</span>
spaskjlfhakjsfasf</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lfjlfj/html62.git
git@gitee.com:lfjlfj/html62.git
lfjlfj
html62
html62
master

搜索帮助