zoukankan      html  css  js  c++  java
  • html基础英语单词

    DOCTYPE 文档

    html网页

    head头部

    body身体,主体

    p段落(paragraph)
    title题目

    color颜色

    style方式

    background背景

    position位置

    relative相对的

    absolute绝对的

    font-style字体样式

    font-family字形

    font-weight字体粗细

    font字体

    background-position背景位置

    ground-size背景大小

    background-repeat背景平铺

    width宽

    height高

    line-height行高

    float浮动

    overflow超出

    text-align文本对齐

    vertical-align垂直对齐

    text-indent文本缩进

    text-decoration文本修饰

    border边框

    border-color边框颜色

    border-style边框样式

    content内容

    border-width边框粗细

    margin外边距

    margin-top上边距

    margin-left左边距

    margin-right右边距

    margin-bottom下边距

    padding内边距

    padding-top上内边距

    padding-left左内边距

    padding-right右内边距

    padding-bottom下内边距

    outline外线

    css属性值单词
    url路径,地址

    normal正常的

    left左边

    right右边

    center居中

    top上
    bottom底部

    hidden 隐藏

    scroll滚动条

    solid实线

    dashed虚线

    bold加粗

    overline上划线

    line-through删除线

    middle居中

    no-repeat不平铺

    none空

    拓展
    src路径

    name名字

    rowspan上下合并

    colspan水平合并

    cellspacing单元格间距

    cellpadding单元格内间距

    ul无序列表

    ol有序列表

    li一列

    dl自定义列表

    list-style列表样式

    disc实心圆

    cirde空心圆

    square正方形

    content内容

  • 相关阅读:
    vue--vue-resource实现 get, post, jsonp请求
    vue--生命周期演示
    vue--自定义指令
    vue--键盘修饰符以及自定义键盘修饰符
    vue--过滤器(私有,全局)
    mysql5.7二进制包安装方式
    搭建GIT服务器
    服务器集群,及服务器高并发调优备忘
    iptables 配置问题,以及centos firewall 配置
    nginx 编译安装
  • 原文地址:https://www.cnblogs.com/bogeyijiu/p/9628541.html
Copyright © 2011-2022 走看看