Blogger Information
Blog 5
fans 0
comment 0
visits 2294
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
css绑定弹窗
万分之一
Original
374 people have browsed it

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>复选框</title>
<style>
input[type=”checkbox”]{
display: none;
}
input[type=”checkbox”]:checked ~ ul {
display: none;
}
</style>
</head>
<body>
<label for="menu">菜单</label>
<input type="checkbox" id="menu">
<ul>
<p>helolodldddf</p>
<p>helolodldddf</p>
<p>helolodldddf</p>
<p>helolodldddf</p>
<p>helolodldddf</p>
</ul>
</body>
</html>

Correcting teacher:PHPzPHPz

Correction status:unqualified

Teacher's comments:代码放入代码块中
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post