zoukankan      html  css  js  c++  java
  • h5基本单词

    一·Html单词

    DOCTYPE    文档; html    网页; head  头;  title    题目; paragraph   段落; body   主体;

    二.css单词

    color  颜色;style  样式;background  背景; ralative 相对的; absolute  绝对的;font-style  字体样式;font-family  字形;font-weight 字体粗细;font  字体;background-position背景位置;background-size  北京大小;background-repeat  背景平铺;width  宽度;height  高度;line-height  行高;float  浮动;overflow  超出;text-align  文本对齐;vertical-align  垂直对齐;text-indent  文本缩进;text-decoration  文本修饰;border  边框;border -color边框颜色;border -style 边框样式;border -width  边框粗细;contect  内容;margin  外边距;margin-top  上边距;margin-left  左边距;margin-right  右边距;margin-bottom  下边距;padding  内边距;padding-top  上内边距;pa;;dding-left  左内边距;padding-right  右内边距;padding-under  下内边距;outline  外线;

    三。属性词

    color  颜色;url  路径;normal  正常;left  左;right  右;center  居中;top  上;bottom  底部;hidden  隐藏;scroll  滚动条;solid  实线;dashed  虚线;bold  加粗;overline  上划线;underline  下划线;middle  居中;no-repeat  不平铺;none  空;

    四.拓展单词

    src  路径;name 名字;rowspan  上下合并;colspan  左右合并;cellpadding  单元格内边距;cellspacing  单元格边距;ul  无序列表;ol  有序列表;li  列;di  自定义列表;list-style  列表样式;disc  实心圆;circle  空心圆;square  正方形;

  • 相关阅读:
    网络通信socket连接数上限
    图像轮廓的提取
    C# 基础类型的快速转换
    十大编程算法助程序员走上高手之路
    椭圆的曲线模拟
    覆盖父类方法的new和override关键字
    BackgroundWorker异步更新界面
    小程序开发(七)利用SQL实现access_token的自动通知
    漫水填充(泛洪填充、油漆桶)的C#实现(解决堆溢出问题)
    SQL中获取最近的N个半年度
  • 原文地址:https://www.cnblogs.com/cxz261/p/9628356.html
Copyright © 2011-2022 走看看