大段文字排版

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> 
<title>大段文字排版</title> 
<style>
    h1 {
        text-align: center;
        text-transform: uppercase;
        color: #A7C942;
    }
    p {
        text-indent: 50px;
        text-align:justify;
        letter-spacing:3px;
    }
    a {
        text-decoration:none;
    }
</style>
</head>

<body>
    <h1>text formatting</h1>
    <p>This text is styled with some of the text formatting properties. The heading uses the text-align, text-transform, and color properties.
    The paragraph is indented, aligned, and the space between characters is specified. The underline is removed from the
    <a target="_blank" href="#">"尝试一下"</a> link.</p>
</body>
</html>






备注:欢迎加入web前端求职招聘qq群:668352707




posted @ 2017-11-24 18:27  徐同保  阅读(332)  评论(0编辑  收藏  举报