Google clone using HTML and CSS

Image
Program : <html> <!--head section start--> <head> <title>Google</title> <style> span{border-bottom:2px solid royalblue; color:royalblue; border-padding:60px; padding-bottom:10px; } img{position:absolute; left:79px; top:85px; } input{position:absolute; top:189px; height:40px; width:80%; border-radius:80px; border-width:1px; border-style:solid; border-color:darkgray; } .button{background-image:url(/storage/emulated/0/aap/search.jpg); background-size:100% 100%; height:44px; width:70px; position:absolute; top:186px; left:275px; border-color:white; } .button1{background-image:url(/storage/emulated/0/aap/Weather.jpg); position:absolute; top:242px; height:100px; width:100px; background-size:100% 100%; border-color:transparent; } .button2{background-image:url(/storage/emulated/0/aap/Sports.jpg); position:absolute; top:237px; left:80px; height:100px; width:100px; background-size:100% 100%; border-color:transparent; } .button3{background-image:url(/storag

HTML REGISTER FORM


Program for Register from in HTML.
Here we create two html program:
1.register.html
<html>
<head>
<title>login form</title>
<style>
.button{background-color:green;
color:white;
font-size:16px;
width:150%;
}
</style>
</head>
<body bgcolor='lightblue'>
<form action="/storage/emulated/0/html/n.html">
<table>
<center><h1>AK SOFTWARE</h1></center>
<h1>--------Register---------</h1>
create your account.its free and only takes a minute.
<tr>
<td>
<input type="text"placeholder="First Name">
</td>
<td>
<input type="text"placeholder="Last Name"size='16'>
</td>
</tr>
<tr>
<td>
<input type="email"placeholder="Email">
</td>
</tr>
<tr>
<td>
<input type="password"placeholder="Password">
</td>
</tr>
<tr>
<td>
<input type="password"placeholder="Confirm Password">
</td>
</tr>
<tr>
<td>
<input type="checkbox"placeholder="accept">
<label for="accept">I accept the Terms of Use & Privacy Policy</label>
</td>
</tr>
<tr>
<td>
<button class="button">Register Now</button>
</td>
</tr>
</table>
</form>
</body>
</html>
2.next.html

<html>
<head>
<title>next</title>
</head>
<body bgcolor='lightblue'>
<font>
<h2><i>YOU HAVE BEEN REGISTERED SUCCESSFULLY.</i></h2>
<br>By:~AA
</body>
</html>
                                   OUTPUT


                                                                   By:~AA



Comments

Post a Comment

Popular posts from this blog

Google clone using HTML and CSS

BOOK WEBPAGE

HTML Table