0
点赞
收藏
分享

微信扫一扫

[笔记]The Complete 2021 Web Development Bootcamp

booksmg2014 2022-02-19 阅读 85

【上】The Complete 2021 Web Development Bootcamp|前端入门神课_哔哩哔哩_bilibili

码code软件:Atom

「element 汇总」

head title 标题

body 正文

h1-h6 小标题字体大小

p 换行

em 斜体

strong 加粗

img 添加图片

ul 子弹头/无序列表

ol 有序列表

li 列表

a 添加超链接

table 添加表格

tr 行数量 td列数量及信息

thead - table head

th - table head cell

tb - table body

tf - table foot

可以通过table element 实现头像和介绍并排效果:

在 table element 内添加 border 可以添加边框:

在 table element 内添加 cellspacing="" 可以加入列间距:

 

举报

相关推荐

0 条评论