0% found this document useful (0 votes)
3 views

Assignment 4

Uploaded by

samirkham78692
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Assignment 4

Uploaded by

samirkham78692
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

ASSIGNMENT 4.

<html>
<head>
<title>Ass 4.1</title>
</head>
<body >
<div align="center"

<h1><u><font color="blue" size=5>ASS-4<br>HTML Assignment related


to Form Tags</font>
<br><br><b>SUBSCRIBE TO CORPWORLD</marquee></b></u></h1>

</div>
<P>Interested in receiving daily email updates of all the latest exploits of
BigCorp? Well,<br>
now you can. And, best of all,it's free! Just fill out this form and submit it by
clicking <br>
the "Send it In" button.We'll put you on our mailing list, and you'll receive your
first<br>
email in 3-5 days.
<br><br>
Please complete all of the following:<br>

<FORM>
<table>
<tr><td>First Name:<td><INPUT TYPE="TEXT" ><br>
<tr><td>Last Name:<td><input type="text" size=30><br>
<tr><td>Business:<td><input type="text" size=40><br>
</table>
<br>We must have a correct email address to send you the newsletter:<br>

Email: <input type="text" maxlength=50><br>


How did you hear about BigCorp's email letter?<br>
<input type="radio" name="r1" checked=yes>Here on the Web&nbsp
<input type="radio" name="r2">In a magazine &nbsp
<input type="radio" name="r1">Newspaper Story&nbsp
<input type="radio" name="r1">Others

<br>Would you care to be on our regular mailing list?<br>


<input type="checkbox" checked=yes>Yes, I love junk mail<br>
Which are the games you like to play?<br>
<select>
<option>Cricket</option>
<option>Hokey</option>
<option>Football</option>
<option>Wally Ball</option>
</select>
<br>Enter comments about this website.<br>
<textarea raws="10" cols="30">Enter comments about this website. Good or
Bad</textarea>
<br><input type="reset" value="Reset">
<input type="submit" value="Send it!">

</FORM>
</body>
</html>

ASSIGNMENT – 4.2

<html>
<head>
<title>Ass 4.2</title>
</head>
<body>
<div align="center">

<h3>Computer Society of India<br>Annual Convention 1998<br>Participants'


Registration Form</h3>

</div>
<br><br>
<FORM>
<pre>
1. Name of the participant <input type="text" size=30>
2. Address: Street <input type="text" size=30>
Town <input type="text" size=30>
State <input type="text" size=30>
Pin code <input type="text" size=30>

3. Select the work you are involved in


<select size=5 multiple="yes">
<option>Computer education</option>
<option>Software development</option>
<option>Hardware maintenance</option>
<option>System analysis</option>
<option>Computer center management
</select>

4. Select any tutorials you wish to attend.


16<sup>th</sup> September 1998 <select size=3>
<option>E-commerce</option>
<option>Software security</option>
<option>RDBMS</option>
</select><br>
17<sup>th</sup> September 1998 <select size=3>
<option>HTML and Java</option>
<option>Internet security</option>
<option>Very large databases</option>
</select>
<br>
Type any of your special requirement in this box
<textarea raws=15 cols=30></textarea><br>
<input type="reset" value="submit"><input type="button" value="Reset">
</pre>
</FORM>
</body>
</html>

You might also like