1.ONLINE BOOK STORE
AIM: To design static web pages for online book store website TAGS:HEADING TAG:Headings are defined with <H1>to <H6>tags.<H1> displays large font as heading. Eg: <H1>Heading</H1> HYPERLINK TAG:Html links are defined with anchor tag<a>.It is a paired tag. Eg: <a href=´x.jpg´>clickme</a> IMAGE TAG:Image tag is used to display the image. Eg: <img src=´x.jpg´> TABLE TAG:Table tag is used to define tables by using <table>. <tr>,<td>,<th> tags are used for defining rows, cell description,table heading respectively. Eg: <table cols=2> <tr><td>1</td><td>2</td> </tr> <tr><td>3</td><td>4</td></tr> </table> FORM TAG:Forms are defined by using <form>tag.Input tag is used to enter text with in form tag. Eg: <form><input type=´button´ ></form> FRAME TAG:Frames are used to display more than one HTML document in the same browser window. <frameset >tag is used to divide webpage into frames.<frame> tag defines what HTML document to put in each frame. MARQUEE TAG:It is a scrolling tag and paired one. Eg: <marquee align=middle>QIS</marquee> SCRIPT TAG:Script tag is used tospecify the type of language. Eg:<script language=´JavaScript´></script>
Registration1.html
<html> <head><title>registration form</title></head> <body bgcolor="#fdcabc"> <center> <form> <h3>please fill this form to improve this site</h3> Name:<input type="text" name="name"/><br><br> Password:<input type="password" align="left" max length="6"><br><br> Email:<input type="text" name=" nglish" /><br><br> 06491A0516 Online Book Store
EEE.html
<html> <body bgcolor="#fdcabc"> BOOKS FOR EEE ARE <ul> <li>MP <li>MACHINES </ul> </body> </html>
CIVIL.html
<html> <body bgcolor="#fdcabc"> THE BOOKS FOR CIVIL ARE <ul> <li>EDP <li>FLUID MECHANICS </ul> </body> </html>
CSE.html
<html> <body bgcolor="#fcdabc"> <p>THE BOOKS WHICH ARE PROVIDED BY US FOR THE CSE DEPARTMENT STUDENTS ARE GIVEN BELOW</p> <ul> <li>C&DATA STRUCTURES <li>APPLIED PHYSICS </ul> </body> 06491A0516 Online Book Store
Page: </html>
OUTPUT: Books World.html
Login.html
06491A0516
Online Book Store
Page:
Registration.html
Catalogue.html
06491A0516
Online Book Store
Page:
Cart.html
CSE.html
06491A0516
Online Book Store
Page:
ECE.html
CIVIL.html
06491A0516
Online Book Store
Page:
EEE.html
RESULT: Static web pages for online bookstore website are designed successfully.