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
Post a Comment