Bootstrap

叮叮书屋提交表单作业代码 web开发实验报告代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        .box{
            border: 2px black solid;
            height: 300px;
            width: 500px;
        }
    </style>
</head>
<body>
    <h1>联系我们</h1>
    <div>叮叮书店成立于1980年6月,是由教育部主管、清华大学主<br>
        办的综合出版单位。植根于“清华”这座久负盛名的高等<br>
        学府,秉承清华人“自强不息,厚德载物”的人文精神。<br>
    </div>
    <div>需要填写以下内容</div>
    <div class="box">
        姓名:<input type="text"><br>
        <form>
            性别:
            <input type="radio" id="male" name="gender" value="male">
 
;