代码示例:(标识:eg_html_input_search)
<!DOCTYPE html>
<html>
<body>

<form action="/Index/Demo/demo_form_current.html">
  搜索谷歌:
  <input type="search" name="data">
  <input type="submit">
</form>

</body>
</html>
运行结果: