请老师检查

来源:2-7 编程练习

慕前端2064318

2019-07-24 18:08:57

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8" />

<title>date pickers</title>

</head>

<body>

<!-- 在此完成任务 -->

<form action="">

<span><input type="text" name="" id=""/></span><br />

<span><input type="radio" name="sex" id="" />男 <input type="radio" name="sex" id="" />女 </span><br />

<span><input type="date" name="" id=""/></span><br />

<span><input type="month" name="" id=""/></span><br />

<span><input type="week" name="" id=""/></span><br />


<button>提交</button>

</form>

</body>

</html>



写回答

1回答

好帮手慕言

2019-07-24

同学你好,效果是可以实现的,继续加油,祝学习愉快

0

0 学习 · 5012 问题

查看课程

相似问题