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 LOVE CALCULATOR

HTML PROGRAM FOR LOVE CALCULATOR.
here we create two html files:
1.Love.html
<html>
<head>
<title>love calculator</title>
</head>
<body bgcolor="pink">
<table>
<i><h1 align='center'>πŸ’–πŸ’–LOVE CALCULATORπŸ’–πŸ’–</h1></i>
<hr color='red'>
<marquee><b><i>TEST LOVE BETWEEN YOU AND YOUR LOVE HERE.πŸ’–πŸ’–πŸ’–</i>
</b></marquee>
<hr color='red'>
<font size='50'>
<tr>
<td>
<b><u>ENTER YOUR NAME:</u></b>
<input type="text"size='50'>
</td>
<td>
</td>
<td>
<b><u>ENTER CRUSH NAME:</u></b>
<input type="text"size='50'>
</td>
</tr>
</table>
<form action="/storage/emulated/0/html/next.html">
πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“πŸ’“
<br><br>
<center>
<input type="submit"value="calculate"name="sub">
</center>
</form>
<img src="/storage/emulated/0/aap/aj.jpg"height='569'width'600'>
<i><big>LOVE CALCULATION BY LOVE GURU</big></i>
</font>
</body>
</html>
2.NEXT.html
<html>
<body bgcolor='lightpink'>
<font color='darkred'size='20'>
THE LOVE BETWEEN<br>YOU AND YOUR CRUSH IS<br>
</font>
<font color='brown'size='20'>
99% TRUE LOVE
<img src="/storage/emulated/0/aap/ak.jpg"height='800'width='1200'>
<font color='black'size='20'>
<i><big>THANK YOU AND CONGRATS</big></i>
<i><big>BY DEVELOPER TEAM😎😎😎</big></i>
</font>
</body>
</html>
OUTPUT FOR THIS PROGRAM
                                                                     by-AA

Comments

Post a Comment

Popular posts from this blog

Google clone using HTML and CSS

BOOK WEBPAGE

HTML Table