HTML <div> 标签测试程序案例123(一看就懂)

  

效果

 

 

代码

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Document</title>

</head>

<body>

    

    <!-- div布局学习,与程序案例 123 -->

 

    <h3>this is a header</h3>

    <p>this is a paragraph</p>

 

   

 

    <div style="color: rgb(231, 39, 39);">

        <p>一个div样式的设置,写入测试。输出颜色 为红色</p>

        <H4>重回26年前</H4>

        <h3>this is a header</h3>

        <h2>this is a  H2 标题</h2>

        <p>程序员高频English</p>

 

        



 

        </div>

    </div>



 

</body>

</html>

 

参考文档

https://www.w3school.com.cn/html/html_blocks.asp

posted @ 2021-07-03 11:51  优敏行  阅读(179)  评论(0)    收藏  举报