赢在职场-WEB全栈开发-1-9 文本样式概览

1-9 文本样式概览

font-size

    文字大小(一般均为偶数)

font-family

    字体(谷歌浏览器默认为宋体)

font-style

    文字倾斜

font-weight

    字体粗细


text-align

    文本对齐方式

text-decoration

    文字修饰//下划线、中划线等

text-indent

    首行缩进(em缩进字符)



color

    文字颜色(英文、RGB、十六位进制色彩值)

line-height

    行高

letter-spacing

    字母间距

word-spacing

    单词间距(以空格为解析单位)



<html>

    <head>

        <meta charset="utf-8">

        <title>

            Document

        </title>

        

        <style>

            .text

            {

                width: 400px;

                height: 200px;

                border: 1px solid red;

                

                font-size: 12px;

                font-family: "微软雅黑","SimSun”;      /*第二个为备选字体、可以设置多个备选字体,以“,”号分隔*/

                font-weight: bolder;                            /*normalbolder,设置字体粗细*/

                font-style: italic;                                  /*italic |ɪˈtælɪk| adj斜体的*/


                text-align: left;                                    /*align |əˈlaɪn| verb使成一直线。*/

                text-indent: 80px;                               /*首行缩进,仅限于首行;indent |ɪnˈdent|使成锯齿状*/

                text-decoration: line-through;            /*中划线、noneoverlineunderlinedecoration |ˌdekəˈreɪʃn| noun 装饰品、装饰*/


                color: orangered;                               /*color: rgb(48,134,210); color: #CB9EAD;*/

                line-height: 40px;                               /*行高至少大于字体大小,建议使用相同大小。*/

                letter-spacing: 10;                             /*字母间距*/

                word-spacing: 20;                             /*单词间距、使用空格作为区分标志*/

            }

        </style>

    </head>

    

    <body>

        <div class = "text">

            路漫漫其修远兮,吾将上下而求索。Do one thing at a time, and do well.Neverforgettosay“thanks”. <!div中直接换行压根没用>

        </div>

    </body>

</html>


1-9文本样式概览.tiff

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值