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>

 

posted @ 2015-06-15 12:44  Emyin  阅读(907)  评论(0编辑  收藏  举报