init
This commit is contained in:
23
Html-Notes/10-表单demo.html
Normal file
23
Html-Notes/10-表单demo.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>Document</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<form action="https://www.baidu.com/s" target="_blank">
|
||||
<!-- %E4%B8%80%E4%BA%BA%E4%B9%8B%E4%B8%8B&fenlei -->
|
||||
<input type="text" placeholder="你要搜索啥?" name="wd">
|
||||
<button>搜索</button>
|
||||
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user