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>
  • 相关阅读:
    JS单例对象与构造函数对象的区别
    SVG系列
    Js极客之路
    Js极客之路
    iOS微信登录
    iOS HSV
    cocoa pods
    php中请求数据中文乱码
    付费中数字计算
    时间戳对应关系
  • 原文地址:https://www.cnblogs.com/yintingting/p/4576844.html
Copyright © 2011-2022 走看看