HTML 语言编制一个网页,满足以下要求,需要有代码哦

发布网友 发布时间:2022-04-22 10:52

我来回答

1个回答

热心网友 时间:2023-10-11 12:34

<!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>
够不够?

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com