Untitled
unknown
plain_text
2 years ago
985 B
3
Indexable
<html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>ADWAIT</title> </head> <body> <FORM> <h1>college registration</h1> <div> <input type="password" id="password" placeholder="PASSWORD" required> <label for="password"> Enter the password</label> </div> <DIV> <input type="NAME" id="NAME" placeholder="NAME" required> <label for="NAME">ENTER THE NAME</label> </DIV> <DIV> <input type="radio" id="radio" name="ADWAIT"> <label for="radio">male</label> </DIV> <DIV> <input type="radio" id="radio" name="ADWAIT"> <label for="radio">female</label> </DIV> <DIV> <button>submit</button> </DIV> <p> further information for iiit nagpur </p> <a> click here </a> </FORM> </body> </html>
Editor is loading...