Section 3: Business Website In order to receive full credit for this section, yo
ID: 3552095 • Letter: S
Question
Section 3: 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.
- One (1) CSS style sheet.
- Four (4) Web pages.
3. Create your Website based on the following requirements:
a. Create a Cascading Style Sheet (.css) for all pages, which:
i. Applies a background color.ii. Applies style to font.iii. Changes the ordered list markers to anything other than the default.iv. Changes the unordered list markers to anything other than the default.v. Applies style to a copyright footer.
b. Include:
i. A graphic or logo on the home page.ii. A navigation bar with links to every other page on the home page.iii. A guestbook registry on the home page using the mailto: tag with an entry field for:
Section 3: Business Website In order to receive full credit for this section, you will need to submit:a. A person
- One (1) screen shot of your emailed data from the guestbook.
- One (1) CSS style sheet.
- Four (4) Web pages.
Explanation / 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.
@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>
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.