以下是我整理的HTML的一些常用的元素标签和属性
br | 换行 | strong | 文本加粗 |
hr | 横线 | em | 文本斜体 |
font | 字体样式 | del | 删除线 |
color | 颜色 | width | 宽度 |
size | 文本大小 | height | 高度 |
img | 图片标签 | src | 图片路径 |
title | 悬停时的文本提示 | alt | 图片文字描述 |
_blank | 在新窗口中打开 | _self | 在当前窗口中打开 |
content | 内容 | target | 设置页面跳转方式 |
table | 表格 | border | 边框 |
action | 方式 | cellspacing | 单元格间距 |
maxlength | 最大长度 | cellpadding | 文字与边框的距离 |
readonly | 只读 | caption | 标题 |
disabled | 禁用 | colspan | 合并列 |
font-size | 文字大小 | rowspan | 合并行 |
font-family | 字体样式 | radio | 收音机 |
font-weight | 字体粗体 | option | 选项 |
font-style | 文字斜体 | opacity | 透明 |
line-height | 行高 | header | 头 |
text-indent | 文本缩进 | content | 内容 |
text-align | 文本对齐 | footer | 尾 |
text-indent | 首行缩进 | nav | 导航 |
text-decoration | 文本的修饰 | banner | 广告 |
display | 显示 | download | 下载 |
inline | 内联 | menu | 菜单 |
block | 块 | search | 查找 |
inline-block | 行内块 | normal | 正常的 |
Important | 重要的 | bold | 加粗的 |
background-color | 背景颜色 | italic | 斜体 |
background-img | 背景图片 | link | 为访问的链接 |
background-repeat | 平铺 | hover | 鼠标移动到的链接 |
background-position | 背景位置 | active | 选定的链接 |
border-radius | 圆角 | box-shadow | 阴影 |
padding | 内边距 | margin | 外边距 |
right | 右 | float | 浮动 |
left | 左 | overflow | 溢出 |
clear | 清除 | visible | 显示 |
both | 两者都 | hidden | 隐藏 |
position | 位置 | border-width | 边框宽度 |
absolute | 绝对 | border-style | 边框样式 |
static | 静止的 | dotted | 点线 |
relative | 相对 | dashed | 虚线 |
fixed | 固定,不变的 | solid | 实线 |
z-index | 层级 | aside | 侧边栏 |
vertical-align | 垂直对齐 | video | 视频 |
baseline | 基线 | audio | 音频 |
middle | 中间的 | required | 需求 |
visibility | 可见性 | placeholder | 提示信息 |
transform | 转换 | background-size | 背景大小 |
rotate | 角度 | animation-name | 动画名称 |