摘要: 盒模型 概念:如果CSS对HTML文档元素生成了该元素在HTML文档布局中占据空间的矩形元素框(element box),称盒子 通过一系列定义盒子的相关属性(内容content,填充padding,边框border,边界margin),控制各个盒子乃至HTML文档来呈现的效果与布局结构 borde 阅读全文
posted @ 2019-09-30 23:37 solaris-wwf 阅读(371) 评论(0) 推荐(0)
摘要: table的使用 <h3>前端日常</h3> <form action="https://www.baidu.com"> <table border="1px" cellspacing="0px"><!--cellspacing单元格间隙--> <thead></thead><tbody> <col 阅读全文
posted @ 2019-09-30 22:59 solaris-wwf 阅读(295) 评论(0) 推荐(0)