Home > Article > Web Front-end > How can we add a single line input field in HTML?
Use the
The following is the attribute list−
Attribute | Value | Description |
---|---|---|
String | Text field tag | |
##URL |
Use when you need to send the query to a different URL |
<!Doctype html> <html> <head> <title>HTML isindex Tag</title> <isindex prompt = "Search" /> </head> </html>
The above is the detailed content of How can we add a single line input field in HTML?. For more information, please follow other related articles on the PHP Chinese website!