Question

In: Computer Science

Good morning Experts, Hope you all had a wonderful Labor day weekend. I have all my...

Good morning Experts, Hope you all had a wonderful Labor day weekend. I have all my information typed in. I am still struggling with a couple of things for my final submission. today I still do not know or it is not working to add multimedia and a few pictures to my website as well as Underlining of some text. When i do it, it underlines the whole page. Is there anyone that could help me with the mutlimedia as well as adding a few pictures? Below is all of the coding so far, with the main page and sub pages. The pictures I would prefer would be on the main page and the sub pages with multi-media on either of the ones. Anyone available to assist with this? I believe this will help me so much. Please i will be here awaiting for someones response.

<!DOCTYPE
<html lang="en">
<head>
<title>World Wide Pizza</title>
<meta charset="utf-8">
<style>
header {
background-color:#B29B35;
padhtml>ding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
  
nav {
float: left;
width: 22%;
height: 300px;
background: #ccc;
padding: 20px;
}

article {
float: right;
padding: 20px;
width: 70%;
background-color: #f1f1f1;
height: 300px;
}

  
footer {
background-color: #777;
padding: 10px;
margin-top: 350px;   
text-align: center;
color: white;
}
  
  
</style>
</head>
<body>
<div id="top">
<header>
<h2><span style="color:#000000;">World Wide Pizza - The WWP </span></h2>
<h4>Where Taste Meets the Myth</h4>
</header>   
<section>
<nav>
  
<a href="CheezePizza.html" alt="Cheeze Pizza">Cheese Pizza</a><br>

<a href="BBQPage.html" alt="BBQ Pizza">BBQ Pizza</a><br>

<a href="The Full Pizza History.html" alt="History">Full History</a><br>

</nav>
<article>
  
<h1>Information</h1>

<p>Pizza was has been documented since around the 997 A.D times. The first styles got created due to the immigrants
needing a source of food. The local communities would create different types of breads, and this eventually led to
the creation of a flatbread pizza. It was very cheap and inexpensie to make and was very filling for people who
did not have alot of money to spend to feed there families.</p>

<p> In 1861 a man named King Umberto and his lady Queen Margherita traveld alot and got bored with there normal diet. They soon
got sick of the French Cuisine and wanted to seek other food adventures. When they travled to Italy they visited a local shop
that created different dishes, and asked the owner at the time to create a flatbread pizza with mozzarella cheese. Which soon
became known as ( The Cheese Pizza) which is still cooked and ate by millions of Americans Today </p>

<p>The BBQ Chicken Pizza was invented in 1985 by a man named Ed Laudo. He worked for a company called California Pizza
Chicken. The pizza was created by accident when he was making a pizza for a special guest<p>

<img src="C:/Users/padma/Desktop/water.jpg" alt="Italian Trulli"> <!-- for adding images -->
</div>
<div>
</div>
</article>
</section>
<footer>

</footer>
</body>
</html>

CheesePizza Page

<html lang="en">

<head>

<!-- title for web page -->

<title>Cheeze Pizza</title>

<meta charset="utf-8">

<!-- internal stylesheet -->

<style>

header {

background-color:#B29B35;

padding: 30px;

text-align: center;

font-size: 35px;

color: maroon;

}

nav {

float: left;

width: 22%;

height: 500px;

background: #ccc;

padding: 20px;

font-size: 20px;

}

article {

float: right;

padding: 20px;

width: 70%;

background-color: #f1f1f1;

height: 500px;

font-size: 15px;

}

.footer {

background-color: #777;

padding: 10px;

margin-top: 350px;

text-align: center;

color: white;

}

a{

text-decoration: none;

padding: 10px;

}

</style>

</head>

<body>

<div id="top">

<header>

<h4>Where Taste Meets the Myth</h4>

</header>

<section>

<nav>

<a href="CheezePizza.html" alt="Cheeze Pizza">Cheese Pizza</a><br>

<a href="BBQPage.html" alt="BBQ Pizza">BBQ Pizza</a><br>

<a href="The Full Pizza History.html" alt="History">Full History</a><br>

</nav>

<article>

<div style="background-image: url('C:/Users/padma/Desktop/bubble.jpg')"> <!--- background img -->

<h1>Cheeze Pizza</h1>


<body
</body> <p style="color:Red">It has been a common belief was an invention by the Italians. However, the history of pizza goes back to the ancient times in the Middle East.
The Greeks, Egyptians, Armenians, Israelis, and Babylonians were making some derivative of pizza in the ancient times. They would cook flat bread in mud ovens.
This is where it all Started!

<p> <p style="color:Red">My all time favorite Cheese Pizza Recipe<p>
<p><p style="color:Red">Yeast: Instant yeast makes the job quicker. You need 1 standard packet<p>

<p><p style="color:Red">Water: Use warm water to cut down on rise time, about 105ºF – 115ºF. Anything over 130ºF is too hot<p>

<p><p style="color:Red">Flour: Use unbleached all-purpose white flour in the pizza crust. Bleaching the flour strips away some of the protein, which will affect how much water the flour absorbs.
Oil: Extra virgin olive oil adds wonderful flavor to the dough. Don’t forget to brush the dough with olive oil before adding the toppings, which prevents the crust from tasting soggy.
Salt: Adds flavor<p>

<p<p style="color:Red">Sugar: A little sugar increases the yeast’s activity and tenderizes the pizza dough.
Cornmeal: Use cornmeal to dust the pizza pan; it gives the pizza crust a little extra flavor and crisp<p>

</div>

</article>

</section>

<div class="footer">

<a href="#top">Take me to the top</a>

<div>

</body>

</html>

BBQPage

<html lang="en">

<head>

<!-- title for web page -->

<title>BBQ Chicken Pizza</title>

<meta charset="utf-8">

<!-- internal stylesheet -->

<style>

header {

background-color:#B29B35;

padding: 30px;

text-align: center;

font-size: 35px;

color: maroon;

}

nav {

float: left;

width: 22%;

height: 500px;

background: #ccc;

padding: 20px;

font-size: 20px;

}

article {

float: right;

padding: 20px;

width: 70%;

background-color: #f1f1f1;

height: 500px;

font-size: 15px;

}

.footer {

background-color: #777;

padding: 10px;

margin-top: 350px;

text-align: center;

color: white;

}

a{

text-decoration: none;

padding: 10px;

}

</style>

</head>

<body>

<div id="top">

<header>

<h4>Where Taste Meets the Myth</h4>

</header>

<section>

<nav>

<a href="CheezePizza.html" alt="Cheeze Pizza">Cheese Pizza</a><br>

<a href="" alt="BBQPage.html">BBQ chicken Pizza</a><br>

<a href="The Full Pizza History.html" alt="History">Full History</a><br>

</nav>

<article>

<div style="background-image: url('C:/Users/padma/Desktop/bubble.jpg')"> <!--- background img -->

<h1>BBQ Pizza</h1>

<p><p style="color:Green">Believe it or not, BBQ chicken pizza was created back in 1985. ... This outrageous, now famous creation was
invented by the acclaimed pizza chef, Ed LaDou. LaDou was a famous chef who used to work for Wolfgang Puck at his Spago restaurant in Los Angeles. His creations were out of this world, even to Chef
<p><p style="color:Green">Ingredients My all Time Favorite recipe<p>
<p><p style="color:Green">1 teaspoon extra-virgin olive oil, plus more for brushing
<p style="color:Green">1/2 pound prepared pizza dough, at room temperature
<p style="color:Green">1/3 cup plus 2 tablespoons dark barbecue sauce
<p style="color:Green">1 8-ounce skinless, boneless chicken breast
<p style="color:Green">Kosher salt and freshly ground pepper
2/3 cup grated smoked gouda cheese (about 3 ounces)
<p style="color:Green">2/3 cup grated part-skim mozzarella cheese (about 3 ounces)
<p style="color:Green">1/2 small red onion, thinly sliced
<p style="color:Green">Fresh cilantro, for topping
<p style="color:Green">Directions
<p><p style="color:Green">Brush a large bowl with olive oil. Shape the pizza dough into a ball, add it to the bowl and turn to coat with the oil. Cover tightly with plastic wrap and set aside in a warm place, 30 to 40 minutes.
Position racks in the upper third and middle of the oven.<p>
<p><p style="color:Green">Place a pizza stone or inverted baking sheet on the top rack and preheat the oven to 425 degrees F for at least 30 minutes.<p>
<p><p style="color:Green">Meanwhile, lay out a sheet of parchment paper and brush with olive oil<p>
<p><p style="color:Green">Transfer the ball of dough to the parchment and roll it out into a 10-inch round, stretching it with your hands as needed. Lightly brush the dough with olive oil, cover with another piece of parchment and set aside to let rise slightly, about 30 minutes.
While the dough rises, mix 2 tablespoons barbecue sauce and 1 teaspoon olive oil in a small bowl<p>
<p><p style="color:Green">Put the chicken in a baking dish, season with salt and pepper and brush with the barbecue sauce mixture. Bake on the middle oven rack until cooked through, about 20 minutes. Let cool, then cut into 1/2-inch cubes.
<p style="color:Green">Uncover the dough and spread with the remaining 1/3 cup barbecue sauce, leaving a 3/4-inch border<p>
<p style="color:Green">Top with the chicken, gouda, mozzarella and red onion. Slide the pizza (on the parchment) onto a pizza peel or another inverted baking sheet, then slide onto the hot stone or baking sheet; bake until the cheese melts and the crust is golden, 20 to 25 minutes. Sprinkle with cilantro.<p>

<img src="water.jpg" alt="Italian Trulli"> <!-- for adding images -->
</div>

<div class="footer">

<a href="#top">Take me to the top</a>

<div>

</body>

</html>

Solutions

Expert Solution

For multimedia : Videos can be embeded in following way,

<video src="sample.mkv" width="320" height="240" controls></video>

Audios can be embeded in following way,

<audio src="sample2.mp3" width="320" height="240" controls></audio>

For adding image : <img src="a.jpeg" height=100px width=100px >

Check image source path carefully, try to write realative path to image instead of absolute path. Absolute path may not work on different machine when your source code is copied.

Note : You can keep html files and multimedia files in same diretory and in source (src) you can give only file name.

For underlining text : <u></u> can be used as shown in the images below.

<p><u>Pizza was has been documented since around the 997 A.D times. The first styles got created due to the immigrants needing a source of food. The local communities would create different types of breads, and this eventually led to the creation of a flatbread pizza. It was very cheap and inexpensie to make and was very filling for people who did not have alot of money to spend to feed there families.</u></p> <p> In 1861 a man named King Umberto and his lady Queen Margherita traveld alot and got bored with there normal diet. They soon got sick of the French Cuisine and wanted to seek other food adventures. When they travled to Italy they visited a local shop that created different dishes, and asked the owner at the time to create a flatbread pizza with mozzarella cheese. Which soon became known as ( The Cheese Pizza) which is still cooked and ate by millions of Americans Today </ p>

Information Pizza was has been documented since around the 997 A.D times. The first styles got created due to the immigrants needing a source of food. The local communities would create different types of breads, and this eventually led to the creation of a flatbread pizza. It was very cheap and inexpensie to make and was very filling for people who did not have alot of money to spend to feed there families In 1861 a man named King Umberto and his lady Queen Margherita traveld alot and got bored with there normal diet. They soon got sick of the French Cuisine and wanted to seek other food adventures. When they travled to Italy they visited a local shop that created different dishes, and asked the owner at the time to create a flatbread pizza with mozzarella cheese. Which soon became known as ( The Cheese Pizza) which is still cooked and ate by millions of Americans Today


Related Solutions

Good afternoon! Hope you are having a great day. I have a question about HIV treatments....
Good afternoon! Hope you are having a great day. I have a question about HIV treatments. Could you please describe Nucleoside or nucleotide reverse transcriptase (NRTIs) and what is the difference between Non-nucleoside reverse transcriptase inhibitors (NNRTIs). Many thanks!
Good morning, I cannot find the answers to these questions on my book and I would...
Good morning, I cannot find the answers to these questions on my book and I would like some help please. 1. Customer value is defined as the customer's evaluation of the perceived difference between all the benefits and all the costs of a marketing offer relative to those of competing offers. T/F 2. An aspect of managing service differentiation is in the company's service delivery. T/F 3. After carefully questioning your major suppliers and resellers, you ascertain they do not...
I am doing a paper on stressors and my stressor is my job. I have had...
I am doing a paper on stressors and my stressor is my job. I have had an arguement with a superior who is know for being a bully, but i stood up to him and could end up unemployed. Having four kids, a wife, and bills to pay, this could be devastating. Using this stressor, what physiological changes occur in the brain due to the stress response? And what emotional and cognitive effects might occur due to this stressful situation?
Good morning, I have to write a 10-12 page essay on the Rise or Success and...
Good morning, I have to write a 10-12 page essay on the Rise or Success and Financial Aspects of CVS pharmacies. Can you help me in creating an outline? This is for a health finance course. Thanks in advance.
Please typing if you can i will appreciate  had my answers but i need to compare my...
Please typing if you can i will appreciate  had my answers but i need to compare my solution . o   changes you have had to personally make due to the Coronavirus pandemic o   how you feel about those changes; how you are coping o   economic impacts for you, friends, and/or family o   educational impacts for you, friends or family Typing please it is help me for grammar
You flip a coin, if it is heads you will have a good day and if...
You flip a coin, if it is heads you will have a good day and if it is tails you will have a bad day. There are 30 days in total. (a) What is the expectation and variance of the number of times you will have a good day throughout this 30 day stretch? (b) What is the probability that every day will be bad for all of the 30 days?
Good morning i need ideas Thank you! SBAR report is used in the clinical setting to...
Good morning i need ideas Thank you! SBAR report is used in the clinical setting to communication about the patient. Use the scenarios given to write an SBAR report. 1. Mrs. T is an 89-year-old woman that arrived in the emergency room by ambulance from her assisted living facility. She is a no-code and no allergies. She had a fall from her bed and has dementia. She is not complaining of pain since given morphine at 1800. The x-ray shows...
Hi, My instructor is a had grader and I have no confidence in this course micro...
Hi, My instructor is a had grader and I have no confidence in this course micro economics 202. I am researching monetary policies during 1960s-1970s and I'm having a hard time researching.
My Teacher keeps telling me I don't have a Thesis. I thought I hada good thesis....
My Teacher keeps telling me I don't have a Thesis. I thought I hada good thesis. Please help! Bud Light in advertising             One of the most effective ways for businesses to thrive is to use effective advertising, whether the ad is on TV, magazines, social media or even movies. The goal is to create enticement for a purchase over the competitor’s product. Budweiser is great example of a billion dollar company that has always maintained a strong record of...
Please typing if you can i will appreciate had my answers but i need to compare...
Please typing if you can i will appreciate had my answers but i need to compare my solution . o changes you have had to personally make due to the Any Personality things o how you feel about those changes; how you are coping o economic impacts for you, friends, and/or family o educational impacts for you, friends or family Typing please it is help me for grammar
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT