Thursday 2 June 2016

Write a html code to create the following output.

<html>
<title>Registrationforms</title>
<body bgcolor="9966FF"><center>
<form method="post" action="secondpg.html">
<label><font size="8" face="Cooper" color="FFFFFF">Please Complete your details</font></label>
<p><br>
<br>
<br>
<input type="email" size="45" placeholder="Your E-mail address">
<br>
<br>
<input type="textbox" size="45" placeholder="Create a username">
<br>
<br>
<input type="password" size="45" placeholder="Create a password">
<br>
<br>
<input type="textbox" size="19" placeholder="First Name">
<input type="textbox" size="19" placeholder="Last Name">
<br>
<br>
<br>
<select size="1">
<option selected>--Spcailization--</option>
<option value="MA">Mobile Application</option>
<option value="BDA">BDA</option>
<option value="CBA">CBA</option>
</select>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Submit">
</label>
<label>
<input type="reset" name="Submit2" value="Reset">
</label>
<br>
<br>
<input type="checkbox">
Keep me logged in when using this computer</p>
</form>
</body>
</html>


Bharat

Author & Editor

A mint of creativity Design, Development, Marketing.Crafting visually stunning memorable experiences for web and interfaces.Design solutions for any media, are web designer

1 comments: