首页 > Web开发 > 详细

好玩的html

时间:2016-04-01 16:21:59      阅读:233      评论:0      收藏:0      [点我收藏+]


<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>js</title>
</head>
<body>
<form action="https://www.google.com.hk/search?" method="GET">
<input type="text" name="q"></input>
<input type="submit" value="提交">
</form>
</body>
</html>


利用html提交关键字 进行谷歌搜索


<form action="https://www.sogou.com/sogou?" method="GET">
<input type="text" name="query"></input>
<input type="submit" value="提交">
</form>


利用html提交关键字 进行搜狗搜索

<form action="https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=0&rsv_idx=1&tn=baidu&" method="GET">	
		<input type="text" name="wd"></input>			
		<input type="submit" value="提交">
</form>

利用html提交关键字 进行百度搜索


本文出自 “不抛弃!不放弃” 博客,谢绝转载!

好玩的html

原文:http://thedream.blog.51cto.com/6427769/1759099

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!