Computer Science, asked by devishome6991, 11 months ago

How do we add a single-line input field in HTML?

Answers

Answered by kukkutrichy
0

<!Doctype html>

<html>

<head>

<title>HTML isindex Tag</title>

<isindex prompt = "Search" />

</head>

</html>

Similar questions