美文网首页
Web前端单词大全(html+css+js+vue)

Web前端单词大全(html+css+js+vue)

作者: maerzi | 来源:发表于2019-07-16 14:37 被阅读0次

    broswer 浏览器(客户端)
    html 超文本标记语言
    css 层叠样式表
    javascript 语言名字(类似python/php/c…)
    title 标题
    body 身体
    head 头
    div 盒子(类似收纳箱)
    font 字体
    width 宽
    height 高
    background 背景
    color 颜色
    ul (Unordered List) 无序列表
    ol (Ordered List) 有序列表
    li (List Item) 列表项
    dl (Definition List) 自定义列表
    form 表单
    action 地址
    method 方法
    input 输入框
    text 文本
    password 密码
    radio 单选
    checkbox 多选
    select 下拉菜单
    option 选项
    padding 内边距
    margin 外边距
    border 边线
    solid 直线
    dashed 虚线
    dotted 点线
    overflow 溢出
    hidden 隐藏
    visibility 可见度
    table 表格
    thead 表头
    tbody 表格内容
    tr (table row) 行
    td/th (table data, table headline)列
    rowspan 合并行
    colspan 合并列
    collapse 合并
    position 定位
    relative 绝对定位
    absolute 相对定位
    fixed 固定定位
    static 静态定位
    script 脚本
    string 字符串
    number 数字
    boolean 布尔
    undefined 未定义
    null 空(None)
    function 函数
    document 文档
    get 获取
    element 元素
    by 通过
    id id
    tagName 标签名
    window 窗口
    object 对象
    array 数字(类似python中的list列表)
    setInterval 定时器
    clearInterval 清除定时器
    $ 美元符号
    next 下一个
    prev 前一个(previous)
    parent 父母/双亲
    children 孩子
    click 点击
    mouseleave 鼠标移开
    mouseenter 鼠标进入
    animate 动画
    slide 滑动
    fade 渐进
    show 显示
    hide 隐藏
    test 测试
    stopProperation 阻止冒泡
    preventDefault 阻止默认行为
    DOM document object model 文档对象模型
    ajax 啊甲克斯
    type 类型
    url 统一资源定位符
    data 数据
    dataTpye 数据类型
    success 成功
    error 失败
    done 成功
    fail 失败
    mustache 胡子
    computed 计算
    watch 监听
    filters 过滤器
    mounted 挂载,生成
    axios vue中的ajax
    let 变量
    const 常量

    相关文章

      网友评论

          本文标题:Web前端单词大全(html+css+js+vue)

          本文链接:https://www.haomeiwen.com/subject/msftlctx.html