0% found this document useful (0 votes)
39 views2 pages

HTML Form

Uploaded by

Mesele Berhanu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views2 pages

HTML Form

Uploaded by

Mesele Berhanu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

HTML FORM

<!DOCTYPE html>

<html>

<head><title>Form elements</title>

<body>

<form action="" method="get">

<fieldset>

<legend>HTML Form elements</legend>

First Name:<input type="text" name="name" required></br>

Last Name:<input type="text" name="name"></br>

Password: <input type="password" name="pwd"></br>

<br>

Select what you want:</br>

<select name="seltest" title="numbers">

<optgroup label="single digit">

<option>one</option>

<option selected="selected">two</option>

<option>three</option>

</optgroup>

<optgroup label="double digit">

<option>ten</option>

<option>eleven</option>

<option>twelve</option>

</optgroup>
</select>

</br>

Choose One:</br>

<input type="radio" name="radiobutton">1st year </br>

<input type="radio" name="radiobutton">2nd year </br>

<input type="radio" name="radiobutton">3rd year </br>

<input type="radio" name="radiobutton">4th year </br>

You can also Choose more than subjects:</br>

<input type="checkbox" name="radiobutton">C++ </br>

<input type="checkbox" name="radiobutton">Java </br>

<input type="checkbox" name="radiobutton">IP </br>

<input type="checkbox" name="radiobutton">VB </br>

Please Give us your feedback:</br>

<textarea name="feedback" rows="10" cols="30" >

Type here your feedback

</textarea></br>

<input type="submit" value="Submit"/></br>

<input type="file" size="50"/></br>

<input type="reset" value="Reset"/></br>

</fieldset>

</form>

</body>

</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy