how to make use input data in html in particular order 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>