In: Computer Science
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>
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