<head> <style> div{ } </style> </head>
<head>
<style>
div{
}
</style>
</head>
div是布局标签, 一般放在head标签内,最下部。
若直接在在.css文件中写css,文件中,直接写就行,如下所示。
div{ }