标签:active creat button ntb length attribute remove current 密码
JavaScript练习
1.模态框
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.box1 {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #f6c2d2;
}
?
.box2 {
width: 500px;
height: 500px;
background-color: white;