HTML

HTML

تیکه کد فرم عضویت در وب سایت، نمایش مثال در تصویر بالا


<html>

<head>

</head>

<body>

<form>

<table width="100%>align="center">

<tr>

<th colspan="2">Register</th>

</tr>

<tr>

<td>Name</td>

<td><input type="text" Name="Name"></td>

</tr>

<tr>

 <td>password</td>

 <td><input type="password" name="password"/>

</td>

</tr>

<tr>

<td>Gender</td>

<td><select>

<option>Male</option>

<option>Female</option>

</select></td>

</tr>

<tr>

 <td colspan="2"><input type="submit"

value="Register"/><td>

</tr>

</table>

</form>

</body>

</html>


.با منبع فروارد کنید

Https://t.me/DevelopersGeneral


Report Page