字体

来源:互联网 发布:茱莉亚音乐学院 知乎 编辑:程序博客网 时间:2024/04/30 11:23
<!DOCTYPE html>
<html>
<head>
    <title>
        我的页面
    </title>
    <meta charset=utf-8>
</head>
<body>
    <hr></hr>
    <h1>我的小窗</h1>
        <p style="text-indent:1em;
                  padding:0em;
                  line-height:1.5em;
                  text-align:justify;
                  letter-spacing:15px;
                  text-transform:uppercase;
                  text-decoration:underline overline;
                  white-space:pre-wrap;
                  font-family:Times;
                  font-weight:300;
                  font-size:2em;
                  font-style:italic;
        ">
        text-indent:2em 首行    缩进
        line-height:13em 行高
        text-align:justify 对齐方式
        letter-spacing:10px 字之间d的距离
        text-transform:uppercase 大小写转换
        text-decoration:underline overline; 下划线上划线
        white-space:pre-wrap;保留空格和换行;
        font-family:serif


        </p>
</body>
</html>
原创粉丝点击