Web Development in Malayalam Part 5 | കൂടുതൽ ഫോം ടാഗുകൾ | Malayalam Prog...



<h1>Welcome to My Web</h1>
<hr/>
<marquee>Welcome HTML</marquee>
<hr/>
<form action="formsubmit.html" method="get" >
<label>Name:</label>
<input type="text" name="nme" id="nme" required /><br/><br/>
<label>Address:</label>
<textarea name="address"></textarea>
<label>State:</label>
<select name="state">
<option value="KL">Kerala</option>
<option value="TN">Tamilnadu</option>
</select>
<button type="submit" >Submit</button>
</form>

Comments

Popular posts from this blog

മലയാളം കമ്പ്യൂട്ടര്‍ പഠനം

Web Development in Malayalam Part 4: ഫോമുകൾ നിർമ്മിക്കാം | Malayalam Pr...