Created
June 28, 2025 03:17
-
-
Save tasin1850/c391aca517fc205ccea88270ee438272 to your computer and use it in GitHub Desktop.
Registration from Task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<Head> | |
<title>Registation from</title> | |
</head> | |
<body> | |
<h2>Registation from</h2> | |
<from> | |
<label for="name">Name:</label> | |
<input type="taxt" placeholder="name"> | |
<br> | |
<label for="name">Email:</label> | |
<input type="email" placeholder="Email"> | |
<br> | |
<label for="name">pass: </label> | |
<input type="password" placeholder="password"> | |
<br> | |
<label for name="subject choice">subject choice: </label> | |
<input type="radio" value="male" name="Gender" id="202">male | |
<input type="radio" value="male" name="Gender" id="202">Female | |
<p>choise subject</p> | |
<select name="Group"> | |
<option value="Group">science</option> | |
<option value="Group">commerce</option> | |
<option value="Group">Arts</option> | |
</select> | |
<br> | |
<input type="submit" value="register"> | |
</body> | |
</from> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is my HTML fist task.
I wil better my posittion. Thank you