当前位置: 首页 > article >正文

HTML的文本样式(二)

HTML的文本样式(二)

文本样式
    1 首行缩进  text-indent:内容到边框的距离  第一行
    2 文本线   text-decoration
    3 换行方式  white-space
    4 溢出显示方式    text-overflow
    5 垂直对齐  vertical-align
        基本上不用的
    6 样式继承
<!DOCTYPE html>
<html lang="en">
<!--不在浏览器显示-->
<head>
<!--    编码格式-->
    <meta charset="UTF-8">
<!--    文档标题-->
    <title>Title</title>
<!--    内部样式-->
    <style>
        #x1
        {
            /*宽度*/
            width: 193px;
            /*高度*/
            height: 278px;
            /*背景颜色 */
            background-color: #bbb1b1;
            /*字体颜色*/
            color: black;
​
            /*内边框*/
            margin: 0px;
            /*外边框*/
            padding: 0px;
        }
        bodu
        {
            /*背景颜色 */
            background-color: #eeeeee;
​
        }
        #x66
        {
            padding: 5px;
            width: 100%;
            box-sizing: border-box;
        }
        #x3
        {
            /*字体大小*/
            font-size: 14px;
            /*字体颜色 */
            color: lawngreen;
            /*字体粗细*/
            font-weight: 300;
        }
        #x4
        {
            margin-top: 15px;
        }
        #x5
        {
            /*字体颜色 */
            color:pink;
            /*字体大小*/
            font-size: 10px;
            /*左浮动*/
            float: left;
        }
        #x6
        {
            /*右浮动*/
            float: right;
            /*字体颜色 */
            color: darkblue;
            /*字体大小*/
            font-size: 10px;
            /*背景颜色 */
            background-color: red;
            /*圆角边框*/
            border-radius: 10%;
        }
​
    </style>
</head>
<!--在浏览器显示 -->
<body>
    <div id="x1">
<!--        图片显示 -->
        <img src="./英雄联盟.jpg" alt="图片未加载" title="英雄联盟" id="x2">
        <div id="x66">
            <p id="x3">巅峰礼赠</p>
            <p id="x4">
                <span id="x5">38天后结束</span>
                <span id="x6">NEW</span>
            </p>
        </div>
    </div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<!--不在浏览器显示 -->
<head>
<!--    编码格式-->
    <meta charset="UTF-8">
<!--    文档标题-->
    <title>Title</title>
<!--    内部样式-->
    <style>
        #div01
        {
            /*宽度*/
            width: 200px;
            /*高度*/
            height: 200px;
            /*边框*/
            border: 1px solid;
            /*首行缩进*/
            text-indent:20px;
​
            font-size: 0;
        }
        #div02
        {
            /*宽度*/
            width: 40px;
            /*高度*/
            height: 40px;
            /*行内块元素*/
            display: inline-block;
            /*背景颜色*/
            background-color: red;
        }
        #p01
        {
            /*字体颜色*/
            color: darkblue;
            /*背景颜色 */
            background-color: red;
            /*高度*/
            height: 20px;
            /*宽度*/
            width: 100px;
            /*文本线*/
            /*一般用于清除工作*/
            text-decoration: underline;
        }
    </style>
</head>
<!--在浏览器显示 -->
<body>
    <p id="p01">我喜欢HTML</p>
    <div id="div01">
        <div id="div02"></div>
        <div id="div02"></div>
<!--        如果你换行就行产生空格,行内块元素就会的距离-->
        <div id="div02"></div>
        <div id="div02"></div>
<!--        设置父元素 font-size:0:-->
        <div id="div02"></div>
        <div id="div02"></div>
    </div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        p
        {
            /*字体颜色 */
            color: red;
            /*背景颜色*/
            background-color: black;
​
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
​
            width: 200px;
        }
​
    </style>
</head>
<body>
    <div>
        <p>我是立刻搭街坊立刻洒家撒赖打开就枯叶蝇卢卡斯晨晒成 无力吐槽莫加进法计算的覅 枯搭街坊立刻洒家撒赖打开就枯叶蝇卢卡斯晨晒成</p>
    </div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        div
        {
            display: inline-block;
            width: 200px;
            height: 200px;
        }
        #div02
        {
            background-color: red;
        }
        #div03
        {
            background-color: black;
        }
        #div04
        {
            background-color: pink;
        }
    </style>
</head>
<body>
    <div id="div01">
        <div id="div02"></div>
        <div id="div03"></div>
        <div id="div04"></div>
    </div>
</body>
</html>

http://www.kler.cn/a/388147.html

相关文章:

  • 通过脚本,发起分支合并请求和打tag
  • 力扣.15 三数之和 three-sum
  • 从0开始学docker (每日更新 24-11-7)
  • WorkFlow源码剖析——Communicator之TCPServer(下)
  • 论文分享:DiskANN查询算法
  • Python酷库之旅-第三方库Pandas(206)
  • 阿里 Sentinel
  • 【C++】新手入门指南
  • core-js 解决浏览器兼容性问题的工具之一
  • Rust: 利用 chrono 库实现日期和字符串互相转换
  • Spring学习笔记(二)
  • scrapy爬取中信证券销售金融产品信息
  • git tag
  • PCIE板卡:基于国产化双FPGA主板的高性能解决方案
  • HTTP Cookie深入解析:Web会话追踪的秘密
  • 平安科技(外包)面试分享
  • 介绍一下strcpy函数(c基础)
  • Git 入门篇(一)
  • dom4j实现xml转map,xml转json字符串
  • 【IEEE/EI会议/南邮主办】第六届机器人、智能控制与人工智能国际学术会议(RICAI 2024)
  • Oracle 第25章:Oracle GoldenGate
  • 斗破QT编程入门系列之前言:认识Qt:获取与安装(四星斗师)
  • 13-鸿蒙开发中的综合实战:华为登录界面
  • 机器学习系列----介绍前馈神经网络和卷积神经网络 (CNN)
  • GooglePlay: 应用和游戏的内容分级
  • 机器学习—选择激活函数