HTML 语言编制一个网页,满足以下要求,需要有代码哦
发布网友
发布时间:2022-05-12 22:41
我来回答
共1个回答
热心网友
时间:2023-08-17 01:55
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Generator" content="">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title></title>
</head>
<body>
<form method="post" action="www.bjut.e.cn">
<input type="text" name="">
<input type="radio" name="">
<input type="checkbox" name="">
<textarea name="" rows="" cols=""></textarea>
<input type="password" name="">
<input type="hidden" name="">
<input type="color" name="">
<input type="date" name="">
<input type="datetime-local" name="">
<input type="email" name="">
<input type="month" name="">
<input type="number" name="" min="" max="">
<input type="range" name="" min="" max="">
<input type="search" name="">
<input type="tel" name="">
<input type="time" name="">
<input type="url" name="">
<input type="week" name="">
<input type="button" value="" onclick="alert('注意');">
</form>
</body>
</html>
够不够?