Skip to content

Instantly share code, notes, and snippets.

@tasin1850
Created June 28, 2025 03:17
Show Gist options
  • Save tasin1850/c391aca517fc205ccea88270ee438272 to your computer and use it in GitHub Desktop.
Save tasin1850/c391aca517fc205ccea88270ee438272 to your computer and use it in GitHub Desktop.
Registration from Task
<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>
@tasin1850
Copy link
Author

This is my HTML fist task.
I wil better my posittion. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment