常用单词词汇

HTML:
html HTML文档标签
head HTML文档头标签
body HTML主体内容标签
meta 元数据标签
charset 字符集属性
header 内容的头部
nav 导航
main 内容的主体
footer 内容的脚部
article 内容的文章
audio 音频标签
video 视频标签
form 表单标签
input 输入框标签
text 文本输入框
password 密码输入框
radio 单选框
checkbox 多选框
color 颜色
email 邮箱
number 数字
date 日期
datetime-local 日期时间
button 按钮
submit 提交按钮
reset 重置按钮
image 图像按钮
img 图像
select 下拉框
option 下拉框选项
datalist 新的下拉框
textarea 多行文本框
action 表单的提交位置属性
method 表单的提交方式
table 表格标签

CSS:
width 宽度
height 高度
background-color 背景颜色
background-image 背景图片
background-repeat 背景图片平铺
background-position 背景图片位置
font-family 字体
font-size 文字大小
font-weight 文字粗细
normal 正常
bold 加粗
font-style
normal 正常
italic 斜体
color 颜色
text-align 水平对齐
left center right justify[两端对齐]
text-indent 首行缩进
text-decoration 文本修饰线
none underline overline line-through
lint-heiht 行高
overflow 溢出处理
hidden scroll
隐藏 滚动
border-width 边框宽度
border-style 边框样式
none solid dashed dotted double
没有 实线 虚线 点线 双实线
border-color 边框颜色
border-radius 圆角边框
list-style-type 列表项样式
list-style-position 列表项位置
list-style-image 图像列表项
margin 外边距
padding 内边距
float 浮动
clear 清除浮动
postion 定位
relative absolute
相对 绝对
top
right
bottom
left
display 显示方式
none inline block inline-block flex
flex-direction 弹性定位方向
row 行
reverse-row 倒序的行
col 列
reverse-col 倒序的列
flex-wrap 弹性文本换行方式
wrap nowrap
自动换行 不换行
justify-content 主轴对齐方式
flex-start
flex-end
center
space-between
space-around
align-content 交叉轴
jusitfy-items
align-items
baseline
flex-start
flex-end
stretch
center
order
flex-grow
flex-strink

JavaScript :
let let命令所在的代码块内有效
var 声明变量
const 声明一个只读的常量
number 数字
Array 数组类型
string 字符串
boolean 布尔
null 对空
undefined 未定义
NaN 非数值
object 对象
infinity 无穷大
typeof 判断变量的类型
toFixed(2) 四舍五入保留指定的小数位
toPrecision(2) 保留指定的精度[有效数字]
MAX_VALUE 最大值
MIN_VALUE 最小值
POSITIVE_INFINITY 无穷大 值为Infinity
NEGATIVE_INFINITY 无穷小 值为-Infinity
length 获得字符串的长度
charAt(index) 获得指定索引位置的字符
indexOf(str) 获得指定子字符串首次出现的索引位置
lastIndexOf() 获得指定子字符串最后次出现的索引位置
subStr(start,length) 从指定的索引位置,截取length的字符
subString(start,end) 从start开始,到end结束,截取字符串
trim() 去掉字符串首尾的空格
replace(old,new) 替换字符串
split(str) 切割字符串
startWith(str) 判断是不是以str开头
endWith(str) 判断是不是以str结尾
toUpperCase() 转换成大写字母
toLowerCase() 转换成小写字母

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值