display the choice text field in html code example
Example 1: intput field submit button
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
Example 2: forms in html
<html>
<form action= "your site" method = "post/get">
</form>
</html>