Create a HTML form to receive a string from user. code example
Example: forms in html
<html>
<form action= "your site" method = "post/get">
</form>
</html>
<html>
<form action= "your site" method = "post/get">
</form>
</html>