A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 赵小光 初级黑马   /  2017-11-19 21:56  /  842 人查看  /  0 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

本帖最后由 小石姐姐 于 2017-11-20 13:31 编辑

背景相关
背景颜色 background-color   red;
背景图片 background-image : "url(xx.png)";
背景重复 background-repeat : no-repeat;
背景位置 background-position
背景缩写 background : 颜色 图片  重复方式  位置
背景大小 background-size;
边框
边框样式 border-style:none/solid;
边框宽度 border-width;
边框简写 border: 1px solid black
文本
左右对齐 text-align:center/left/right
去除下划线 text-decoration:none
上下居中:line-height=100px;height=100px;
字体
字体大小 font-size:12px
字体: font-family:"微软雅黑"
字体加粗:font-weight:400px;
字体样式:font-style:normal/italic
简写: font : style weight size family. 常用的是font : size family
颜色: color : red
列表
list-style:none


<HTML的框架标签>
框架标签<frameeset>,与body标签是冲突的
属性:
rows
cols
使用<frame>标签,frame代表切分的每个部分
特殊字符的标签
空格  
小于

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马