zoukankan      html  css  js  c++  java
  • css行内样式

    <html><head lang="en">
        <meta charset="UTF-8">
        <title></title>
    </head>
    <!--style="background-color: red;"-->
    <body>
    <!--行内样式-->
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <div style="font-size: 30px; color: red; background-color: green;">1111111111111</div>
        <p style="font-size: 40px; color: yellow;">ghhgjhjgghjghjghjhgjhjghjg</p>
    
    </body></html>
  • 相关阅读:
    那些好的句子
    ❤️博客使用说明-飞沙
    求n以内,除5的倍数的和
    C# 枚举
    2021年bilibili程序员节日
    MT管理器使用技巧
    腾讯找人工客服
    校报白皮书
    C语言教程(下)
    svn版本控制
  • 原文地址:https://www.cnblogs.com/yintingting/p/4576844.html
Copyright © 2011-2022 走看看