前言:
现时朋友们对“html用到的单词”大致比较关心,姐妹们都想要学习一些“html用到的单词”的相关内容。那么小编也在网上汇集了一些关于“html用到的单词””的相关知识,希望咱们能喜欢,你们快快来学习一下吧!odd 表示奇数
<from action="_"></from> (表单)
text-indent: 2em (首行缩进)
float:
left;(向左浮动)(通常用于使列表有竖排变为横排)
right;(向右浮动)
clear:
none;(默认值,两边都准予有浮动对象)
left;(不准许左边有浮动对象)
right;(不准右边有浮动对象)
both;(不准予有浮动对象)
list–style:none; (列表项前无符号)
padding: __px __px (内边距)
整体内容(下移动)(右移动)
<h数字></h数字> (指标题)
<p>内容</p> (段落)
<a href="#">链接</a> (链接)
<cite>内容</cite> (字体倾斜)
<del>内容</del> (在内容上加横线)
<br/> (换行)
border : px (边框)
solid (边框为实线)
dashed (边框为虚线)
dotted (圆点边框)
颜色直接添加
border-radius :__px (圆角边框)
半径
solid (固体)
font-size : px (文字大小)
font–family:name (文字字体)
font–weight: (文字粗细)
100–900
normal(400)
bold(700)等同于<b></b>
bolder与lighter表示相对粗细
font–style: (斜体)
normal 默认效果
italic 斜体字
oblique 倾斜的字体
text-decoration: (划线)
none (默认效果)
underline 下划线
overline 上划线
line–through 贯穿线
display: (显示)
inline–block (在一条直线上)
height: px (高)
line–height: px (边界的高)
width: px (宽度)
margin: (元素外边距)
border radius: px (边界半径)
margin–left:__px (元素外左边距)
margin–right:__px (元素外右边距)
text-align: 水平对齐
left 向左对齐
right 右
center 中
justify 应用两端对齐
background/*背景*/: 颜色名;
color/*颜色*/:■#fff;
margin-top/*顶部边缘*/:1px;
margin-right/*向右的间距*/:5px;
text-decoration/*文体装饰*/:none;
标签: #html用到的单词