zoukankan      html  css  js  c++  java
  • html5单词

    < meta   charset = " UTF-8 " >         国内编码     (meta-标签用来描述一个HTML网页文档的属性  charset-字符集 )

    width      宽度

    height      高度

    src        图片属性,路径

    href         超链接属性( 跳转页面地址 )

    target          目标( 跳转页面打开方式 )

    class        类

    style       样式

    color         颜色

    background         背景

    & n b s p             空格

    table             表格

    border           边框粗细

    tr            行

    td           单元格

    cellspcing           单元格间距

    cellpadding            单元格内边距

    vertical-align : middle           垂直对齐 ( 解决照片余白 )

                   vertical       垂直

                   align         对齐

                   middle       居中

    colspan            水平合并

    rowspan            垂直合并

    b           加粗   ( bold )

    i            倾斜

    sup          上标标签

    sub          下标标签

    em           小图标

    div            盒子标签

    span         内敛标签

    hr              分割线

    br              换行

    type          类型

    rel             当前文件与被连接文件之间的关系

                   ( 浏览器支持只有rel属性的“ stylesheet ”)

    text-ailgn           文本对齐方式

    justify              两端对齐

    underline          下划线

    overline             上划线

    none              空

    line-through           删除线

    decoration             修饰

    indent                    缩进

    normal                   正常的( 默认 )

    italic                       斜体

    oblique                   文字向一边斜

    DOCTYPE             文档

    html                        网页

    head                      头部

    body                       主体

    title                         题目

    position                  位置

    relative                   相对的

    absolute                  绝对的

    font                          字体

    repeat                     平铺

    line-height               行高

    float                         浮动

    overflow                  超出

    border-width           边框粗细

    content                   内容

    margin                    外边距

    padding                  内边距

    bottom                    下

    line                          线

    url                           地址路径

    hidden                    隐藏

    scroll                       滚动条

    solid                        实线

    dashed                   虚线

    ul                            无序列表

    ol                            有序列表

    li                              一列

    dl                             自定义列表

    list                            列表

    disc                          实心圆

    circle                        空心圆

    square                      正方形

  • 相关阅读:
    SP笔记:交叉实现七行并成一行
    HTML tag 学习
    操作哈希表
    Efficient bipedal robots based on passivedynamic walkers
    Pushing People Around
    ZEROMOMENT PONTTHIRTY FIVE YEARS OF ITS LIFE

    Active Learning for RealTime Motion Controllers
    Accelerometerbased User Interfaces for the Control of a Physically Simulated Character
    Dynamic Response for Motion Capture Animation
  • 原文地址:https://www.cnblogs.com/xiaotaiyangye/p/9628260.html
Copyright © 2011-2022 走看看