question archive Business Website In order to receive full credit for this section, you will need to submit: One (1) screen shot of your emailed data from the guestbook
Subject:Computer SciencePrice:2.87 Bought7
Business Website
In order to receive full credit for this section, you will need to submit:
Answer:
Required Submissions:-
1)Screen shot of emailed data: You give your name and email id in the login section and press the submit button, outlook will open and then you can mail the details to your email id. After that take the screen shot and paste it below.
2)CSS:-
@charset "utf-8";
/* CSS Document */
h1
{
background-color:#330099;
color:#FF0000;
font-size:24px;
}
p
{
font-style:italic;
font-family:"Times New Roman", Times, serif;
font-size: xx-large;
}
a
{
color: #FF0066;
}
li
{
color:#FFFFFF;
}
font
{
font-style:normal;
font-family:"Times New Roman", Times, serif;
font-weight:400;
color:#000000;
}
ol
{
font-family:"bookman Old Style";
font-style:italic;
width:inherit;
height:inherit;
}
ul
{
font-family: "Courier New", Courier, monospace;
font-style:italic;
width:inherit;
height:inherit;
}
#menu
{
Top:10px;
Left:20px;
right:20px;
bottom:100px;
background:url(images/image4.png);
}
.content
{
float:left;
margin-left:1%;
margin-right:1%;
margin-bottom:1%;
margin-top:2%;
height:400px;
width:205px;
background-color:brown;
}
#header
{
position: absolute;
Top:0px;
Left:0px;
Right:0px;
height:100px;
}
body
{
background:url(images/backs.png);
}
copy
{
font:"Bodoni MT Black";
}
3)Web Pages:-
(a)A.Laptops.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="content">
<img src="images/20131209-173029-vn-laptops-gaming-laptops.jpg" />
<h1><center>GAMING LAPTOPS</center></h1>
<h1><center>PRICE STARTS AT $500 ITEMS:400</center></h1>
</div>
<div class="content">
<img src="images/20131209-172934-vn-laptops-bestselling-laptops.jpg" />
<h1><center>BEST SELLING LAPTOPS</center></h1>
<h1><center>PRICE STARTS AT $350 ITEMS:490</center></h1>
</div>
<div class="content">
<img src="images/20131209-172957-vn-laptops-entertainment-laptops.jpg" />
<h1><center>ENTERTAINMENT LAPTOPS</center></h1>
<h1><center>PRICE STARTS AT $600 ITEMS:300</center></h1>
</div>
<div class="content">
<img src="images/20131209-173051-vn-laptops-new-releases.jpg" />
<h1><center>GAMING LAPTOPS</center></h1>
<h1><center>PRICE STARTS AT $450 <BR />ITEMS:80</center></h1>
</div>
</body>
</html>
B.Mobiles.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="content">
<center><img src="images/blackberry-z10-125x125-imadk8yj2gkf2vgp.jpeg" /></center>
<h1><center>BLACKBERRY MOBILES</center></h1>
<h1><center>PRICE STARTS AT $150 ITEMS:290</center></h1>
</div>
<div class="content">
<center><img src="images/htc-butterfly-125x125-imadjyv5ghgkwgj7.jpeg" /></center>
<h1><center>HTC MOBILES</center></h1>
<h1><center>PRICE STARTS AT $300 ITEMS:340</center></h1>
</div>
<div class="content">
<center><img src="images/samsung-galaxy-mega-6-3-i9200-125x125-imadhhzegagaqyua.jpeg" /></center>
<h1><center>APPLE IPHONES</center></h1>
<h1><center>PRICE STARTS AT $500 ITEMS:300</center></h1>
</div>
<div class="content">
<center><img src="images/samsung-galaxy-young-s6312-125x125-imadjz7yy3hxnggn.jpeg" /></center>
<h1><center>SAMSUNG MOBILES</center></h1>
<h1><center>PRICE STARTS AT $200 <BR />ITEMS:580</center></h1>
</div>
</body>
</html>
C.Pendrives.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="content">
<blink>
<center><img src="images/corsair-flash-survivor-stealth-usb-3-0-64gb-125x125-imaddn53yrbzhakv.jpeg" /></center>
<h1><center>CORSAIR PENDRIVES</center></h1>
<h1><center>PRICE STARTS AT $70 <br />ITEMS:400</center></h1>
</div>
<div class="content">
<center><img src="images/hp-v-250-w-32-gb-125x125-imad6ecqrp8vqheh.jpeg" /></center>
<h1><center>HP PENDRIVES</center></h1>
<h1><center>PRICE STARTS AT $90 <br />ITEMS:190</center></h1>
</div>
<div class="content">
<center><img src="images/microware-crane-van-shape-125x125-imadmhpbx7x8hjq4.jpeg" /></center>
<h1><center>MICROWARE PENDRIVES</center></h1>
<h1><center>PRICE STARTS AT $60 <br />ITEMS:30</center></h1>
</div>
<div class="content">
<center><img src="images/sandisk-sdcz60-128g-b35-125x125-imadcxk3q35ebytg.jpeg" /></center>
<h1><center>SONY PENDRIVES</center></h1>
<h1><center>PRICE STARTS AT $120 <BR />ITEMS:380</center></h1>
</blink>
</div>
</body>
</html>
D.Cameras.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="content">
<center><img src="images/camera_visual_navigation_234x218-ff1ff122.jpg" /></center>
<h1><center>CANON POINT & SHOOT</center></h1>
<h1><center>PRICE STARTS AT $50 ITEMS:400</center></h1>
</div>
<div class="content">
<center><img src="images/high_zoom_camera_visual_navigation_234x218-1-6cebeba4.jpg" /></center>
<h1><center>NIKON SLR</center></h1>
<h1><center>PRICE STARTS AT $350 ITEMS:490</center></h1>
</div>
<div class="content">
<center><img src="images/point_shoot_camera_visual_navigation_234x218-1-d44e30e8.jpg" /></center>
<h1><center>CANON DIGICAMS</center></h1>
<h1><center>PRICE STARTS AT $600 ITEMS:300</center></h1>
</div>
<div class="content">
<center><img src="images/camera_lenses__accessories_visual_navigation_2_234x218-4255a19d.jpg" /></center>
<h1><center>CAMERA LENSES</center></h1>
<h1><center>PRICE STARTS AT $450 <BR />ITEMS:80</center></h1>
</div>
</body>
</html>
3(b),(c) & (d)
Header.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<div id="header"><center><marquee ><font size="+5" >GLOBAL APPLIANCES</font></marquee>
<h2>Welcome to the online Shopping Store ##Now you can shop at really good prices...!!## <img src="images/ball.jpg" height="60" width="80"/></h2></center>
</div>
</body>
</html>
Footer.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<div id="header"><center><marquee ><font size="+5" >GLOBAL APPLIANCES</font></marquee>
<h2>Welcome to the online Shopping Store ##Now you can shop at really good prices...!!## <img src="images/ball.jpg" height="60" width="80"/></h2></center>
</div>
</body>
</html>
Detail.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<p>
This is an online shopping store which provides for the display of online items all around the globe which includes laptops, mobiles, cameras, and pen drives.
<br />
The most popular and most favored appliances used by the consumers along with their price and item availability are displayed.
<br />
<center><img src="images/ball.jpg" height="90" width="100"/><br /><p>GLOBAL APPLIANCES CORPORATION LIMITED</p></center>
</p>
</body>
</html>
Content.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="menu">
<ul><li>CLICK TO CHOOSE ITEMS:</li></ul>
<ol>
<li><a href="laptops.html" target="main">LAPTOPS</a></li><br>
<li><a href="mobiles.html" target="main">MOBILES</a></li><br>
<li><a href="cameras.html" target="main">CAMERAS</a></li><br>
<li><a href="pendrives.html" target="main">PEN DRIVES</a></li><br>
</ol>
<h3> ENTER YOUR DETAILS TO LOGIN</h3>
<form method="POST" enctype="text/plain" action="mailto:abcd@xyz.com">
<table>
<tr>
<td><h3>Name:</h3></td><td> <input type="text" name="USER_NAME" ></td>
</tr>
<tr>
<td><h3>Mail id:</h3></td><td> <input type="password" name="E-MAIL_ID"> </td>
</tr>
<tr>
<td align="center" ><input type="submit" value="SUBMIT"> </td>
<td align="center" ><input type="reset" value="RESET"> </td>
</tr>
</table>
</h2>
</form>
</div>
</body>
</html>