You are on page 1of 6

Lesson 9 Part 2

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<a href="index.html"> Back to Home</a>
<h1>
Scotcharoos
</h1>
<h2>
Yummy family treat!
</h2>
<h3>
Description
</h3>
<p>
This peanut butter treat will be something everyone will enjoy! A crunchy
peanut butter bottom with a smooth chocolate and butterscotch top make for a
yummy combination.
</p>
<h3>Ingredients</h3>
<ul>
<li>1 cup light corn syrup </li>
1 cup sugar
<li>1 cup peanut butter </li>
<li>6 cups Rice Krispies cereal </li>
<li>1 cup semi-sweet chocolate morsels </li>
<li>1 cup butterscotch chips</li>
</ul>
<h3> Directions </h3>
<ol>
<li> Measure out all ingredients before starting. </li>
Coat 13 x 9 x 2 inch pans with shortening.
<li>Place corn syrup and sugar into 3-quart saucepan. Cook over medium heat,
stirring frequently, until sugar dissolves and mixture begins to boil. </li>
<li>Remove from heat. Stir in peanut butter. Mix well.</li>
<li>Add Rice Krispies cereal. Stir until well coated. </li>
<li>Press mixture into 13 x 9 x 2-inch pan coated with cooking spray. Set aside.
</li>
<li> Melt chocolate and butterscotch chips together in a bowl in the microwave.
Remove from the microwave every 30-45 seconds to stir until melted.</li>
<li>Spread evenly over cereal mixture. Let stand until firm.</li>
<li>ENJOY!</li>
</ol>
</body>
</html>

Lesson 9 Part 3 (Index.html part)


<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Lovely Day Today With Ahmad and His lovely Website \('_')/</h1>
<h5>HTML Project For Life</h5>
<p>An experimental HTML page with many lovely things.</p>
<h2>Vision</h2>
<p>A good enough web for reminiscence and scoring.</p>
<h2>Mission</h2>
<p>Making a good website to give me a sense of accomplishment and able to
make a good enough website for others to see.</p>
<h2> Table of Content </h2>
<ul>
<li><a href="TrivialThings.html">Trivial things You May Like</a></li>
<li><a href="OrganismPage.html">World of living Things</a></li>
</ul>
</body>
</html>

World of Living Things


<!DOCTYPE html>
<html>
<head>
Go back? So early!
<br><a href="index.html">Home Page</a>
<h1>World of Living Things</h1>
<p>In this page, i'm going to upload some of the most fascinating or interesting
organisms on Earth!</p>

<h2>Plant Domain</h2>
<ul>
<li>Ginko Biloba Tree</li>
<p>Ginko /biloba tree is the only living species of the division Ginkophyta</p>
<img src=Ginko.jpg alt="ginko tree">
<p>photo from Patrick Berry, Flickr.</p>
<li>nightshade</li>
<p>Nightshade/solanaceae is a family of nightshades. Despite the infamous
record of a toxic plant, the nightshade family has many edible or medicinal plant.
Example being tomato, bellpepper, and eggplant.</p>
<img src="belladonna-atropa.jpg" alt="Belladona atropa">
<p>the Deadly Nightshade. Photo from pixabay. CC</p>
</ul>
<h2>Animal Domain</h2>
<ul>
<li>Red Panda</li>
<p>The only living species of family Aluridae. And despite the name, in is not
actually a panda.,/p>
<img src="red-panda.jpg" alt="red panda lyign on the branch of tree">
<p>Photo from mathias Appel, Flickr.</p>
</ul>
<p>I will upload more once I have more time to research interesting
creatures</p>

<a href="index.html"> Click here</a> to go back to home page and table of


content.
</head>
<body>

</body>
</html>

Trivial Things You May Care About


<!DOCTYPE html>

<html>

<head>

</head>

<body>

Go back? So early!

<br><a href="index.html">Home Page</a>

<h2>Goals For This project</h2>


<ol>

<li>Understanding HTML Coding at amateur level at least</li>

<li>Making a good enough website</li>

<li>Adding more goals for this website</li>

<li>Adding more features to this website</li>

</ol>

<h3>list of Trivial Things You May Care About</h3>

<ul>

<li>The gingko tree or ginko biloba is a species from division Gingkophyta, a division that has only a
single class ginkgoopsida, famili ginkgoceae, order ginkgoales, genus ginkgo, and the only species
left.</li>

<li>Heat are a type of energy that you can't really convert.</li>

<li>Usually, you don't feel hungry when your body runs out of energy, you feel it when it is your
usual time to eat. And that is why rhe first few days of ramadhan feels really bad.</li>

</ul>

<a href="index.html">Click here</a> to go back to home page and table of content.

</body>

</html>

You might also like