How to create HTML Form??

           Source Code


~~

<html>
<head>
<title>Online classes</title>
</head>
<body bgcolor="cyan">
<form action="mailto:your hotmail address" method="post">
<h1>Details For Online Classes</h1
<br><br>
Name:
<input type=text name=f1 size=20 mmaxlength=25 value=Name>
<br><br>
E-Mail:
<input type=text name=f2 size=20 maxength=25 value=E-Mail>
<br><br>
Password:
<input type=password name=password maxlength=25 size=20>
<br><br>
<input type=radio name=class value=6th>6th<br>
<input type=radio name=class value=7th>7th<br>
<input type=radio name=class value=8th>8th<br><br>
Remark: <br>
<textarea row=6 cols=50 name=Remark>Enter your remark about online classes
</textarea><br><Br>
<input type=submit value=send><br>
<input type=reset value=reset>
</form>
</body>
</html>

You Can Make changes in the data entered.
My Youtube video:


Any Query Please Contact To Us:
E-Mail(Pranjal Pandey)

Comments

Popular posts from this blog

How to create HTML tabel??