html input use in js code example
Example 1: input js
var answer = prompt("Ask your question here");
Example 2: javascript input field
<!DOCTYPE html>
<html>
<body>
<input> Here is your inputfield </input>
</body>
</html>
var answer = prompt("Ask your question here");
<!DOCTYPE html>
<html>
<body>
<input> Here is your inputfield </input>
</body>
</html>