--本页仅作为文档封面,使用时请直接删除即可----内页可以根据需求调整合适字体及大小--
前端学习代码大全(总6页)
代码单词总汇 | |||
IT名词 | 图片 | ||
www | 万维网 | img | 图片插入<img src=””/> |
url | 网址/路径 | width | 宽 |
http | 超文本传输协议 | height | 高 |
W3C | 万维网联盟 | border | 边框 |
html/htm | 超文本标记/网页文件 | hspace | 图片左右空白 |
基础单词 | vspace | 图片上下空白 | |
head | 网页文档的头部<head><head/> | alt image | 替换文本 图片 |
body | 网页文档的身体<body><body/> | 常用标记 | |
del | 删除线 | ||
title | 标题<title><title/> | b | 加粗,行内元素 |
br | 换行<br/>,行内元素 | i | 斜体,行内元素 |
hr | 水平线<hr/> | u | 下划线,行内元素 |
文字部分 | 表格属性 | ||
font | 字体 | table | |
font-style | 字体 | tr | 行<tr><tr/> |
font-size | 字号 | td | 列<td><td/> |
font-family | 字体名称 | cellspacing | 单元格与单元格之间的距离 |
font-weight | 字体的粗细 | cellpadding | 内容与单元格之间的距离 |
normal | 正常 | bordercolor | 边框颜 |
italic | 斜体 | bgcolor | 背景颜 |
bold | 加粗 | background | 背景 |
valign | 垂直对齐方式 | ||
标题部分 | colspan | 跨列 | |
h1 | rowspan | 跨行 | |
h6 | th | 表头标记<th></th> | |
align line-height | 水平对齐方式 行高/行距 | caption | 表格标题标记<caption></caption> |
left | 左 | 表单部分 | |
right | 右 | form | 表单<form></form>,块元素 |
center | 居中 | javascript经典代码大全action | 表单提交的地址 |
段落部分 | method | 表单提交的方式 | |
p | 段落<p></p>,块元素 | name | 名称 |
blockquote | 缩排、缩进 | input | 文本框<input/> |
特殊字符 | type | 类型 | |
空格 | text | 文本 | |
> | 大于号 | button | 按钮 |
< | 小于号 | radio | 单选 |
© | 版权 | reset | 重置 |
® | 注册 | submit | 提交 |
readonly | 只读 | checkbox | 复选框 |
maxlength | 最大字段 | padding | 内边距 |
disabled | 禁用 | margin | 外边距 |
password | 密码 | display:block; | 行内转块 |
checked | 默认被选中 | display:inline; | 块转行内 |
select | display:inline-block; | 转行内块 | |
checkbox | 复选框 | float | 浮动 |
hidden | 隐藏字段 | clear:both; | 清除浮动 |
value | input元素的值 | overflow:hidden; | 溢出隐藏/清除浮动 |
option | <option></option> | visibility:hidden; outline | 隐藏某个元素 轮廓 |
file | 文件 | clearfix | 清除浮动 |
textarea | content | 内容 | |
选择器 | position:fixed; | 固定定位 | |
标签名{属性名:属性值;} | 例:h1{color:red;} | position:absolute; | 绝对定位 |
# | id选择器例:#box{color:red;} | position:relative; | 相对定位 |
. | 类选择器 例:.red{color:red;} | cursor:pointer; | 光标变小手 |
* | 例:*{color:red;} | list-style | 列表 |
!important | 提权 | text-align | 文本的水平对齐方式 |
链接部分 | |||
a | 行内元素,链接<a></a> | JQ | |
href | 超文本引用 | hide | 隐藏 |
target=”_blank” | 新窗口打开 | show | 显示 |
link | 链接 | fadeIn | 淡入效果显示被选元素 |
a:link | 未访问时 | fadeOut | 淡出效果隐藏被选元素 |
a:visited | 访问后 | fadeToggle | 切换淡入淡出效果 |
a:hover | 鼠标悬停 | fadeTo | |
a:active | 鼠标点击不动 | click | 点击事件 |
CSS常用属性 | mouseover | 鼠标位于元素上方 | |
text-decoration | 文本修饰 | mouseout | 鼠标从元素上移开 |
none | 无 | mousedown | |
underline | 下划线 | event | 事件 |
overline | 上划线 | focus | 焦点 |
line-through | 删除线 | dblclick | 双击事件 |
text-indent | 文本缩进 | slideDown | |
border-left/right | 左边框/右边框 | slideUp | |
border-top/bottom | 上边框/下边框 | slideToggle | 切换滑动效果 |
border-color | 边框颜 | ||
solid | 实线 | ||
dashed | 虚线 | ||
repeat | 平铺 | ||
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论