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

Result program script

HTML program for result page.
Here we create two html files:
1.result.html
<html>
<head>
<title>results</title>
<style>
.button{background-color:lightblue;
font-size:15px;
padding:10px;
}
</style>
</head>
<body>
<form action="/storage/emulated/0/html/s.html">
<font color="darkblue">
<p align="right">
<img src="/storage/emulated/0/aap/u.jpg"height='90'width='90'></p>
<h1>Sant Gadge Baba<br>Amravati University</h1>
</font>
<h2>Re-Accreated with "A" by NAAC</h2>
<h4>(Formarly know as Amravati University)</h4>
<img src="/storage/emulated/0/aap/g.png"height='100'width='100'>
<table bgcolor="black">
<tr>
<td><font color="white">Menu</td></font>
<td>aksksgkwjshvsvfcddgevgdajvvgbshwehkfffekekje</td>
<td><font color="white">=</td></font>
</tr>
</table>
<font color="darkblue">
Home / Examination / Exam Result
</font>
<br><br>
Name Of Exam :
<br>
<select>
<option>BCA First Semester Degree course(Sem One) Winter</option>
<option>BCA Second Semester Degree Course (Sem Two) Winter</option>
<option>BCA Third Semester Degree Course (Sem Three) Winter</option>
<option>BCA Forth Semester Degree Course (Sem Forth) Winter</option>
<option>BCA Fifth Semester Degree Course (Sem Fifth) Winter</option>
<option>BCA Sixth Semester Degree Course (Sem Sixth) Winter</option>
</select>
<br><br>
Please Enter Roll Number :
<br>
<input type="text" size="42">
<br>
<button class="button">Show</button>
<input type="reset"value="Clear"class="button">
</form>
</body>
</html>
2.s.html
<html>
<head>
<title>next</title>
</head>
<body>
<strong>You Have Been Passed.<br>Your Score is 80%.<br>
CONGRATULATIONS.</strong>
<footer>By:~AA</footer>
</body>
</html>
                                    OUTPUT
FOR OUTPUT SEE MY PREVIOUS BLOG OR VISIT HERE.


Comments

Post a Comment

Popular posts from this blog

Google clone using HTML and CSS

BOOK WEBPAGE

HTML Table