Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Practical No : 6

Name :Prashansa
Mathpati
ROLL no.: 12
<html>

<head>

<h1>FORM DESIGN </ h1>

<body>

<scr ipt>

</ scr ipt>

<a>Name: <input type="text" size=75 name="Name"></a><br><br>

<a>Address:<input type="text" size=75 name="Address"></ a><br><br>

<a>Email:<input type="text" size=75 name="Email"></ a><br><br>

<a>Passwor d:<input type="text" size=75 name="Password"></ a><br><br>

<a>Telephone:<input type="text" size=75 name="Telephone"></a><br><br>

<a> SELECT YOUR Subj


ects

<select type="text"value="" name="subject">

<option>Client Side Scripting Language</ option>

<option>Softwar e Testing</ option>

<option>Opear ting System</ option>

<option>Advanced Java</ option>

<option>Enivor ment</ option>

</ select></ a><br ><br ><br ><br >

<a> Comments:<textarea cols="80" name="Comments"></textarea></a><br><br>

<a> <input type="submit" value="submit" name="submit">


<input type="reset" value="Reset" name="Reset">

</ a>

</ for m>

</ body>

</ head>

</ html>

OUTPUT :

You might also like