风尚云网学习-h5的input:type属性的image属性
?示例图:这是一个表单,点击图片即可提交表单
h5的input:type属性的image属性*代码实现:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>input中type的image属性</title>
</head>
<body>
<form action="" method="get">
<p>风尚云网学习</p>
<p>input中type的image属性</p>
<input type="text">
<input type="image" src="https://ae01.alicdn.com/kf/H3bcea8dc2baf4d49baade4ba06772815Z.png">
</form>
</body>
</html>
本次教程到此结束~任何问题欢迎下方评论区指正·~~~~~?
风尚云网导航-很有范的导航站风尚云网提供了编程的基础技术游戏, HTML、CSS、Javascript等各种小游戏,也提供了强大的在线搜索功能,实用,有趣http://1813783665.3vzhuji.cc/
|