<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > |
<html> |
<head> |
<title>演示css的ID选择器</title> |
<style type= "text/css" > |
|
#div{ |
border : 1px red solid ; |
width : 100px ; |
height : 40px ; |
} |
|
</style> |
</head> |
|
<body> |
|
<div id= "div" > |
div数据 |
</div> |
<div id= "div" > |
div数据 |
</div> |
|
</body> |
</html> |
by: 发表于:2017-11-30 10:54:13 顶(0) | 踩(0) 回复
??
回复评论