我们如何在HTML中添加单行输入字段?

2023-08-21 12:31:00 字段 输入 单行

以下是属性列表 −

属性

描述

Prompt

字符串

文本字段的标签

Action

URL

在需要将查询发送到不同的URL时使用

示例

尝试下面的代码 −

<!Doctype html>
<html>
   <head>
      <title>HTML isindex Tag</title>
      <isindex prompt = "Search" />
   </head>
</html>

相关文章