COPY PASTE TO NOTEPAD
<html>
<head>
<title>yahoo</title>
</head>
<body bgcolor="#efefef" topmargin="0">
<table border="0" width="85%" align="center" bgcolor="white">
<tr>
<td colspan="2">
<imgsrc="yahoo.png" width="15%">
</td>
</tr>
<tr>
<td colspan="2">
<br><br><br><br>
<font face="arial">
Some basics to get you started
</td>
</tr>
<tr>
<td colspan="2">
<hr width="70%" align="left">
</td>
</tr>
<tr>
<td>
<font face="arial">My Name Is
</td>
<td>
<input type="textbox"><input type="textbox" value="Last Name">
</td>
</tr>
<tr>
<td>
<font face="arial">Pick a yahoo ID
</td>
<td>
<input type="textbox">@<select>
<option>yahoo.com</option>
<option>yahoo.com.ph</option></select>
</td>
</tr>
<tr>
<td>
<font face="arial">Pick a password
</td>
<td>
<input type="password">
</td>
</tr>
<tr>
<td>
<font face="arial">Retype password
</td>
<td>
<input type="password">
</td>
</tr>
<tr>
<td colspan="2">
<br>
<font face="arial">A little personal info so we can serve you better<br>
<hr width="70%" align="left">
</td>
</tr>
<tr>
<td>
<font face="arial">I was born on
</td>
<td>
<select>
<option>Select Month</option>
<option>January</option>
<option>February</option>
<option>March</option>
<option>April</option>
</select>
<input type="day" size="2" value="DD">
<input type="year" size="4" value="YYYY">
</tr>
<tr>
<td>
<font face="arial">My Gender
</td>
<td>
<select>
<option>Select One</option>
<option>Male</option>
<option>Female</option>
</select>
</td>
</tr>
<tr>
<td>
<font face="arial">Language
</td>
<td>
<select>
<option>Select One</option>
<option>English</option>
<option>Filipino</option>
</select>
</td>
</tr>
<tr>
<td>
<font face="arial">Country
</td>
<td>
<select>
<option>Select One</option>
<option>America</option>
<option>Brazil</option>
<option>China</option>
<option>Denmark</option>
</select>
</td>
</tr>
<tr>
<td colspan="2">
<br>
<font face="arial">If you can't sign in, we can help you using these
options<br>
<hr width="70%" align="left">
</td>
</tr>
<tr>
<td colspan="2">
<font face="arial" size="1">
By proceeding, I agree to the Yahoo! Terms of Service, Yahoo! Privacy
Policy and Communications Terms. To deliver product features, relevant
advertising and abuse protection, Yahoo!’s automated systems scan
and analyse all email, IM, and other communications content.<br><br>
<input type="submit" value="Create my account">
</td>
</tr>
</table>
</body></htm
4.<html>
<head>
<title>form2</title>
</head>
<body>
<form name="form2">
Name:<input type="textbox" size="40" name="form2">
<br>
Password:<input type="password" name="form2">
<br>
Gender:<br>
<input type="radio" name="form2">Male
<input type="radio" name="form2">Female
<br><br>
What Do You Like?
<br>
<input type="checkbox" name="form2">Pepsi
<input type="checkbox" name="form2">Mountain Dew
<input type="checkbox" name="form2">Merenda
<br><br>
Indicate Your Nationality:
<select name="form2" >
<option>American</option>
<option>Brazilian</option>
<option>Canadian</option>
<option>Dutch</option>
<option>Eutopian</option>
<option>Filipino</option>
<option>German</option>
<option>Hungarian</option>
</select><br>
Upload Your Profile Picture:<input type="file" name="form2"><br><br>
<input type="submit" value="I Agree" name="form2">
<input type="reset" value="Clear All" name="form2">
</form>
</body></html>
No comments:
Post a Comment