继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

自动编号/图片标题编号

大白菜zly
关注TA
已关注
手记 13
粉丝 6
获赞 307
1. 自动编号 
2. counter-reset:(h2  -1)  计数器重置h2  默认是0 设置为-1 
3. counter-increment:h2    counter-reset:h3  使h2得值增加一 重置一下 h3的值
4. h2 before( content"counter(h2)",”h2之前添加","作为 前缀
5. h3 (counter-increment:h3  counter-reset :h4   h3得值增加一 重置h4得值
6. h3 before( content:counter(h2)“ ," counter(h3)" " h2 前缀是 ,  h3的前缀是  空格 
7. h4(counter-increment(h4)  h4的值增加一
8. h4 before(content:counter(h2)”,“ counter(h3)”. “ counter(h4) "   "h2 前缀是 , h3前缀是 . h4 前缀 空格

table 常用的属性

 table 
    * 表头,thead (th) 行 tr 列td (可添加单元格里的内容)  
    *  边框边距 border-spcing
    * 边框合并 border-collapse  
    * 给边框加线  border ( solid实线 dashed 虚线 dotted 点线 )
    * 可设置宽高
    * 文本对齐text-align,centerleft right.
    * 居中用到vertical-align :top bottom center .特有
    * 在行里设置列的内容,
    * 内容所占行数 rowspan=“2",所占列数 colspan="5"。
打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP