健康调查表怎么写
```html
body {
fontfamily: Arial, sansserif;
}
h1 {
textalign: center;
}
form {
maxwidth: 600px;
margin: 0 auto;
}
label {
display: block;
marginbottom: 10px;
}
input[type="text"], input[type="number"], select {
width: 100%;
padding: 10px;
marginbottom: 20px;
boxsizing: borderbox;
}
input[type="submit"] {
backgroundcolor: 4CAF50;
color: white;
padding: 15px 20px;
border: none;
borderradius: 5px;
cursor: pointer;
fontsize: 16px;
}
input[type="submit"]:hover {
backgroundcolor: 45a049;
}
健康调查表