<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<form action="http://www.google.com/" method="post">
<label for="fn">नाम:</label> <input type="text" id="fn"><br>
<label for="ln">उपनाम:</label> <input type="text" id="ln"><br>
<label for="ct">शहर:</label> <input type="text" id="ct"><br>
<label for="st">राज्य:</label> <input type="text" id="st"><br>
<label for="zc">पिन कोड:</label> <input type="text" id="zc"><br>
<label for="em">ईमेल:</label> <input type="text" id="em"><br>
<label for="ph">मोबाइल:</label> <input type="text" id="ph"><br>
</form>
</body>
</html>