collagewebsite
// Catalogue 1 <html> <head> <title> Catalogue </title> </head> <body bgcolor="pink"> <form action="order.html"> <table border="1" width="100%"> <tr> <td> <img src="1.jpg" width=100 height=100/> </td> <td>Book Name: XML Bible<br>Author: Winston<br> Publication: Wiely </td> <td>Price: $40.5 </td> <td> <input type="submit" value="Add to cart"/></td> </tr> <tr> <td> <img src="2.jpg" width=100 height=100/> </td> <td>Book Name: AI<br>Author: S. Russel<br> Publication: Princetonhall </td> <td>Price: $63 </td> <td> <input type="submit" value="Add to cart"/></td> </tr> <tr> <td> <img src="3.jpg" width=100 height=100/> </td> <td>Book Name: Java 2<br>Author: Watson<br> Publication: BPBpublications </td> <td>Price: $35.5 </td> <td> <input type="submit" value="Add to cart"/></td> </tr> <tr> <td> <img src="4.jpg" width=100 height=100/></td> <td>Book Name: HTML in 24 hours<br> Author: Sam Peter <br> Publication: Sampublication</td> <td>Price: $50 </td> <td> <input type="submit" value="Add to cart"/></td> </tr> </table> </form> </body> </html> // CSE.html <html> <head><title>CSE</title></head> <body bgcolor="cyan"> <center><font color="blue"><h1>Computer Science and Engineering</h1></font></center> <br> <table align="center"> <tr> <td>Text Books</td> <td> <select > <option value="select the book" selected>Select the book <option value="C&Ds">C&Ds <option value="Ads">Ads <option value="Java">Java <option value="Oracle">Oracle <option value="Ms SQL Server">Ms SQL Server <option value="MySql">MySql </select> </td></tr> <tr> <td>Quantity</td> <td><input type="text" id="q"></td> </tr> <tr> <td></td> <td> <form method=post action="order.html"> <input type="submit" value=ok /> </form> </td> </tr> </table> <center> <pre> Cost of one book is"500" + shipping "100" </pre> </center> </body> </html> //ece.html <html> <body bgcolor="Plum"> <h1><font color="blue">Electronics and Communication Engineering</font></h1> <h2> <ul> <li>Digital Circuits</li> <li>Signals and Systems</li> <li>Digital Communication</li> </ul> </h2> </body> </html> //eee.html <html> <body bgcolor="Plum"> <h1><font color="blue">Electrical and Electronics Engineering</font></h1> <h2> <ul type="square"> <li>Concepts in Electric Circuits</li> <li>Introduction to Electronic Engineering</li> <li>Electrical Power</li> </ul> </h2> </body> </html //home.html <frameset rows="40%,*"> <frame src="top.html" noresize scrolling="NO" name="topframe"> <frameset cols="15%,*"> <frame src="left.html" noresize scrolling="NO" name="leftframe"> <frame src="right.html" noresize name="rightframe" scrolling="auto"> </frameset> </frameset> // left.html <html> <body align="center" bgcolor="bisque"> <br> <a href="cse.html" target="rightframe"><font size="6">CSE</font></a><br><br> <a href="ece.html" target="rightframe"><font size="6">ECE</font></a><br><br> <a href="eee.html" target="rightframe"><font size="6">EEE</font></a><br><br> <a href="mech.html" target="rightframe"><font size="6">MECH</font></a><br> </body> </html> //login.html <html> <body bg color="pink"> <basefont face="Cambria" size="4"> <br> <center> <img src="download1.png" width="385" height="135" /><br /> <font face="Brush Script MT" size="7" color="purple"> <b>Enter Login Details:</b> </font> </center> <form name="f1" method="post" action="right.html"> <table align="center" width="100" height="150" cellspacing=”15”> <tr><td><b>Login ID:</b></td> <td><input type="text" name="t1"></td> </tr> <tr> <td><b>Password:</b></td> <td><input type="password" name="t2"></td> </tr> <tr align="center"> <td><input type="submit" name="b1" value="Submit"></td> <td><input type="reset" name="b2" value="Reset"></td> </tr> </table> </form> </basefont> </body> </html> //mech.html <html> <body bgcolor="Plum"> <h1><font color="blue">Electronics and Communication Engineering</font></h1> <h2> <ol type="I"> <li>Theory of Machines</li> <li>Automation and Robotics</li> <li>Engineering Fluid Mechanics</li> </ol> </h2> </body> </html> //order.html <html> <head><title>order conformation</title></head> <body bgcolor="cyan"> <center> <pre><strong> <b>Your order Is Conformed </strong></pre> <h2><b>THANK YOU...Visit Again</h2> </center> </body> </html> //Registration <html> <head><title>Registration Form</title> <style> div{ justify-content: center; justify-items: center; } </style> </head> <body bgcolor="#E4F0F8"> <center><font color="blue" size="6" face="arial">Registration Form</font></center><br /> <div> <form action="right.html"> First Name<font color="red">* </font><br> <input type='text' id='firstname' placeholder="Sparsh" /><br /><br /> Last Name<font color="red"><font color="red">* </font> </font> <br> <input type='text' id='lastname' placeholder="Mishra" /><br /><br /> EmailAddress<font color="red">* </font> <br> <input type='text' id='email' placeholder="Welcome@gmail.com"/><br /> Password<font color="red">* </font> <br> <input type='password' id='pass' placeholder="minimum 6 characters"><br /><br/> Address<font color="red">* </font> <br> <textarea rows="2" cols="20" id='addr' /></textarea> <br /> <br/> Mobile No<font color="red">* </font> <br> <input type='text' id='mobileno' placeholder="Include +91" /><br /> Gender: <input type='radio' name="gender">male <input type='radio' name="gender">female<br/><br /> <input type='Submit' value='submit' /> <input type='Reset' value='reset' /> </div> </form> </body> </html> //right.html <html> <body bgcolor="orange"> <center> <img src="download.jpg" height="170"><br> <font face="Brush Script MT" size="5" color="blue"> <h1><b>Welcome to the Our Book Store!!!</b></font><br /> <font face="Brush Script MT" size="5" color="red"> <h2><b> "A Huge Collection Of Books"</b></h2></font> </center> </body> </html> //top.html <html> <head> <title>Top Frame</title> </head> <body bgcolor="YellowGreen "> <img src="images.png" width="125" height="115" align="left"> <img src="images.png" width="125" height="115" align="right"> <center> <marquee bgcolor="yellow" width="650" behavior="alternate"> <font face="Brush Script MT" size="8" color="green"><b><i>Ambalika institute of management technology</i></b> </font> </marquee> <br> <!-- <font face="Brush Script" size="6" color="white"><b>Created By Yogesh</b></font> --> </center> <br> <table width="100%" height="50%" cellspacing=10> <tr align="center"> <td> <a href="Home.html" target="_parent"><font face="Brush Script" size="6" color="navy">HOME </a> </td> <td> <a href="login.html" target="rightframe"><font face="Brush Script" size="6" color="navy">LOGIN</a> </td> <td> <a href="registration.html" target="rightframe"> <font face="Brush Script" size="6" color="navy">REGISTER </a> </td> <td> <a href="catalogue.html" target="rightframe"> <font face="Brush Script" size="6" color="navy">CATALOGUE</a> </td> </tr> </table> </body> </html>
Leave a Comment