HTML code is easy to learn -15
Form
Dynamic or database-based web site, log into the system, voting system, visitor counter, contact form - with the HTML form is used for various purposes. The material consists of the HTML form. That is,
1. Text Box
Year. Text Area
3. Radio button
And 4. Submit button
5. Check the box
6. Dropdown list
Such as:
<html>
<head>
<title> www.hedaet.com </ title>
</ Head>
<body bgcolor=\" #000\">
<center>
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"6\">
With the help of your information.
</ Font>
</ Br>
</ Br>
<form name=\"information\" method=\"post\" action=\"information.php\">
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Name:
</ Font>
<input type=\"text\" valueapanara name likhuna name=\"name\"> <br /> <br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Father\'s name:
</ Font>
Father\'s name <input type=\"text\" valueapanara likhuna name=\"name\">
<br /> <br />
<font face =\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Address:
</ Font>
<textarea rows=\"3\" cols=\"20\"> </ textarea>
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Are you male or female:
</ Font>
<input type=\"radio\" value=\"male\" name=\"gender\">
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Are you a woman:
</ Font>
<input type=\"radio\" value=\"female\" name=\"gender\">
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
If you cities:
</ Font>
<select name=\"district\">
<option> Chittagong </ option>
<option> Dhaka </ option>
<option> Khulna </ option>
<option> Sylhet </ option>
<option> Weather </ option>
<option> Rangpur </ option>
</ Select>
<br />
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Educational Qualification:
</ Font>
<br />
<input type=\"checkbox\" value=\"checkbox1\" name=\"checkbox\">
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Expect C
</ Font>
<br />
<input type=\"checkbox\" value=\"checkbox\" name=\"checkbox\">
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
Eisaesa C
</ Font>
<br />
<br />
<input type=\"submit\" name=\"submit\" valuejama karuna
<br />
<br />
<input type=\"reset\" valuemuche pheluna name=\"clear\">
</ Form>
</ Center>
</ Body>
</ Html>
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-15
ফর্ম
ডাইনামিক বা ডাটাবেজ নির্ভর ওয়েব সাইটের লগ ইন সিস্টেম, ভোটিং সিস্টেম,ভিজিটর কাউন্টার, কন্টাক্ট ফর্ম-সহ নানা কাজের জন্য এইচটিএমএল ফর্ম ব্যবহৃত হয়। এইচটিএমএল ফর্ম যেসব উপাদানের সমন্বয়ে গঠিত হয়। এগুলো হচ্ছে ,
১. টেক্সট বক্স
২. টেক্সট এরিয়া
৩. রেডিও বাটন
৪. সাবমিট বাটন
৫. চেক বক্স
৬. ড্রপডাউন লিস্ট
যেমন:
<html>
<head>
<title> www.hedaet.com</title>
</head>
<body bgcolor=\" #000\">
<center>
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"6\">
আপনার তথ্য দিয়ে সাহায্য করুন।
</font>
< /br>
< /br>
<form name=\"information\" method=\"post\" action=\"information.php\">
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
নাম:
</font>
<input type=\"text\" value=\"আপনার নাম লিখুন\" name=\"name\"><br /><br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
পিতার নাম:
</font>
<input type=\"text\" value=\"আপনার পিতার নাম লিখুন\" name=\"name\">
<br /><br />
<font face =\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
ঠিকানা:
</font>
<textarea rows=\"3\" cols=\"20\"></textarea>
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
আপনি কি পুরুষ:
</font>
<input type=\"radio\" value=\"male\" name=\"gender\">
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
আপনি কি মহিলা:
</font>
<input type=\"radio\" value=\"female\" name=\"gender\">
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
আপনি যে শহরে থাকেন:
</font>
<select name=\"district\">
<option>চট্রগ্রাম </option>
<option> ঢাকা</option>
<option>খুলনা</option>
<option>সিলেট</option>
<option>রাজশাহী</option>
<option>রংপুর</option>
</select>
<br />
<br />
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
শিক্ষাগত যোগ্যতা:
</font>
<br />
<input type=\"checkbox\" value=\"checkbox1\" name=\"checkbox\">
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
এস.এস.সি
</font>
<br />
<input type=\"checkbox\" value=\"checkbox\" name=\"checkbox\">
<font face=\"SolaimanLipi\" color=\"#fe0321\" size=\"4\">
এইস.এস.সি
</font>
<br />
<br />
<input type=\"submit\" name=\"submit\" value=\"জমা করুন\">
<br />
<br />
<input type=\"reset\" value=\"মুছে ফেলুন\" name=\"clear\">
</form>
</center>
</body>
</html>
|