HTML 5

作者: _弓长_大人 | 来源:发表于2018-09-25 12:44 被阅读9次

    段落排版

    --行间距(行高)
    line-height:2 em;
    --中间字间距,字母间距
    letter-spacing: px
    单词间距
    word-spacing :px
    --对齐
    text-align:center、left、right

    元素分类

    /常用块状元素<div> 、<p>、 <h1>、 <h6>、<ol><ul><dl><table>、<address><blockquote> <form>/

    层模型

    1、绝对定位 absolute
    2、相对定位 relative
    3、固定定位 fixed

    相关文章

      网友评论

          本文标题:HTML 5

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