![最简单的<a title=]()
div+css【201】" src="http://p6-tt.byteimg.com/large/pgc-image/7aa11f17c45f453e880f93e1a1d9f7e9?from=pc" />
图2
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.hz{
width: 300px;/*盒子的宽300像素*/
height: 200px;/*盒子的高200像素*/
background: red;/*盒子的背景色红色*/
}
</style>
</head>
<body>
<div class="hz"></div><!-- 盒子,并起个类名hz -->
</body>
</html>
如果您觉得本文的内容对您的学习有所帮助:
关键字:
DIV