咨询电话:
15628812133
26
2019/11

前端开发单词大全

发布时间:2019-11-26 14:42:18
发布者:等等
浏览量:
0

大家好,欢迎收看山东文汇软件的网站,同时我们也是一家济南app开发,微信小程序开发,系统开发的公司。

给大家分享一下前端需要学习掌握的单词。

style 修饰 width 宽度 height 高度 title 想说明的 text-align 水平对齐方式 center 居中 left 居左 right 居右 line-height 垂直对齐方式/行高 当行高等于高度时候垂直居中 background 背景 image 引入背景图片(url) background-position: 背景定位(x轴,y轴;) background-repeat 背景平铺 :no-repeat;不平铺 repeat-x;水平平铺 repeat-y;垂直平铺 background:url() repeat left center #00; 顺序:背景图片 重复 定位 颜色 top/right/bottom/left/center 方向英文:上、右、下、左,中 color 颜色 font 文字 font-family 字体 font-size 字号 font-weight:normal 正常 :bold 加粗 font-style: normal;取消倾斜 :italic;斜体 font:italic bold 24px/24px '楷体'; 顺序:是否斜体 是否粗体 字体大小/行高 字体 文本修饰属性: text-decoration: overline 顶划线 underline 下划线 line-through 中划线/删除线 none 无/取消下划线 display 转化显示模式 元素转化 block 块 inline 行内 inline-block 行内块 省略号 white-space:nowrap 强制不换行 overflow:hidden 溢出隐藏 text-overflow:ellipsis 省略号 font-family:‘微软雅黑’ 让省略号在下面 必须给宽度 伪类 a:link 设置未访问时候的颜色 点击后变成a的正常颜色 a:visited 设置访问过后颜色 a:hover 当鼠标放上去会变颜色 a:active 鼠标点击变颜色 auto 自动居中 margin 外边距 margin-top 上外边距 margin-right 右外边距 margin-bottom 下外边距 margin-left 左外边距 padding 内边距 padding-top 上内边距 padding-right 右内边距 padding-bottom 下外边距 padding-left 左外边距 float 浮动 :left|right|none 左|右|不浮动 cursor:pointer 小手的代码。。 clear:left|right|both 清除浮动 overflow:hidden 溢出隐藏 base 里面写清除默认样式的 text-indent:em 首行缩进 (LOGO名字) 以后logo 必须用H1引背景图片 里面写上字 position:relative|absolute|fixed 定位 relative 相对定位 absolute 绝对定位 fixed 固定定位 Left/top/right/bottom 定位的偏移量 z-index 改变标签z轴堆叠顺序 opacity 透明代码 1不透明(0.9 0.8.。。。。) 0透明 filter:alpha(opacity:0-100) input{outline:none} 取消焦点

post 相对安全 gat 不安全 input 表单 单标签 type="text" 账号/文本 type="password" 密码 type="submit" 提交 type="button" 只是一个点击按钮 type="radio" 单选框 label双标签 选项内容 type="checkbox" 复选框 label双标签 选项内容 value="提示 如 请输入密码" placeholder="也是提示" select option 选项栏 textarea 下拉框 resize:none 禁止任意拖放 name="user" 账号 name="password" 密码 table{ border-collapse:collapse;} 让border合并 tr加 colspan="3" 横向合并 rowspan="3" 纵向合并 align 左右对齐方式 middle(左)left center right valign 上下对齐方式 top center bottom cellspacing="0" 清除外面的边距 cellpadding="0" 清楚里面的边距
表头
表身
表低
frameborder="0" 取消边框 screlling="no" 取消滚动条 iframe src letter-spacing:具体数值 字母间距 word-spacing:数值 单词间距 overflow:auto 溢出滚动 visibility:hidden 隐藏 charset 字符集 utf-8 国际编码 gb2312/gbk 中国编码 author 作者 copyright 版权 keywords 关键词 description 介绍 js @media screen and (max-width:900px){}; 屏幕自适应 媒体 屏幕 最大 push :添加一个数组元素 document :文档 pop :删除最后一个数组元素 console :控制台 shift :删除第一个数组元素 string :字符串 Concat 组合数组 undefined :未定义 typeof :关键字 join:数组转化为指定分隔符 slice:返回指定数组 length:数组长度 Array:数组 number:数字 boolean:布尔 alert:提示框 parseInt:转化为整型数值 continue:继续 is NaN:非数字 sort:升序 break:截断 跳出 reverse:倒序 object:对象类型 parseFloat:转化为浮点值 index:索引 floor:向下取整 variable:变量 ceil:向上取整 round:四舍五入 abs:返回绝对值 eval:解析字符串并运算 max:比较最大值 return:返回 min:比较最小值 addEventListener:事件名 函数 to.fixed:保留小数点 attachEvant:(on)事件名 random:随机数 eletment:元素 eventName:事件名 function:函数 removeEventListener:事件解除 detachEvent:删除已注册事件 open():弹出一个新窗口 function:函数(方法) showModalDialog:弹出一个模式窗口 close():关闭当前窗口 Date:日期对象 getFullYear():年份 getMonth():月份(0--11) getDate():几号 getDay():星期几(周一至周六) getHours():小时(0--23) getMinites():分钟 getSeconds():秒数(0--59) getMilliseconds():毫秒数 getTime():从1970至今的毫秒数 Date.now():从1970至今的毫秒值 tolocaleDatestring():输出本地化的日期 setTimeout:延迟时间 tolocaleTimestring():输出本地化得时间 clearTimeout:定时器对象 tolocalestring:输出本地化的日期和时间

给大家分享了一半,谢谢大家的观看,山东文汇软件专业开发App、微信小程序、系统开发,我们将开发出您满意的软件,欢迎联系。

关键词:
返回列表