CSS和HTML的结合方式1

<html>
<head>
<title>html和css的结合方式1</title>
<style type="text/css">
div{
background-color:black;
color:white;
}
</style>
</head>
<body>

<div style="background-color:red;color:green;">
后宫佳丽三千人,三千宠爱在一身。</div>
<div>后宫佳丽三千人,三千宠爱在一身</div>
</body>
</html>

CSS和HTML的结合方式1

上一篇:js作用域经典题


下一篇:CSS object-fit 对图片的处理