<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<!--<link rel="stylesheet" href="xx.css">-->
<style>
/*#i1{*/
/*height: 100px;*/
/*weidth:100px;*/
/**/
/*}*/
/*.c1{*/
/*height: 100px;*/
/*weidth:100px;*/
/**/
/*}*/
/*div{*/
/*height: 100px;*/
/*weidth:100px;*/
/**/
/*}*/
/*div span{*/
/**/
/*}*/
/*.c2 span{*/
/**/
/*}*/
/*#i2 span{*/
/**/
/*}*/
/*#i3,#i4,#i5{*/
/**/
/*height: 100px;*/
/*weidth:100px;*/
/*}*/
/*.c1{*/
/**/
/*height: 100px;*/
/*weidth:100px;*/
/*}*/
div[name='dsx']{
background-color: navajowhite;
}
</style>
</head>
<body>
<!--id选择器 一个htmL页面中 不可以存在相同的id id以#来定位-->
<!--<div >
相关文章: