<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>paradox.avi</title>
</head>
<body>
<header>
<center>
<h2>welcome to mi</h2>
</center>
</header>
<main>
<form action = "/ayush.js">
<input type = "text" placeholder="Username">
<br><br>
<input type = "password" placeholder="password">
<br><br>
<label for="id1">
<input type = "radio" value="class XII" name="class" id = id1>Class XII
</label>
<br><br>
<label for="id2">
<input type = "radio" value ="class XI" name = "class" id = id2>Class XII
</label>
<br><br>
<h3>This is the checkbox</h3>
<label for = "id 1">
<input type = "checkbox"value="mubai"name="mubai" id="id 1">
mumbai
</label>
<label for = "id 2">
<input type = "checkbox"value="bihar"name="bihar" id="id 2">
bihar
</label>
<h4>select country</h4>
<select name="city" id="city">
<option value="mumbai">mumbai</option>
<option value="bihar">bihar</option>
<option value="uttar pradesh">uttar pardesh</option>
<option value="goa">goa</option>
</select>
<input type ="submit" value="submit">
</form>
<iframe src="https://paradox-avi.blogspot.com/">paradox</iframe>
</main>
</body>
</html>