Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cookie-recipe.html #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 28 additions & 15 deletions cookie-recipe.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Best Chocolate Chip Cookies</title>
</head>
<body>
<h1>Best Chocolate Chip Cookies</h1>
<img src="http://lorempixel.com/400/200/" alt="An image of a cookie" />
<p>
This recipe is from my dad and they are a favorite among friends and
family. The secret ingredient is the coconut! <em>Be warned</em>, these
will fly off of the plate!
</p>
<html>
<head>
<meta charset="utf-8" />
<title>Best Chocolate Chip Cookies</title>
</head>

<body>

<h1>Best Chocolate Chip Cookies</h1>
<img src="http://lorempixel.com/400/200/" alt="An image of a cookie" />

<p>
This recipe is from my dad and they are a favorite among friends and
family. The secret ingredient is the coconut! <em>Be warned</em>, these
will fly off of the plate!
</p>

<h3>History of cookies</h3>
<p>Most people don't know the complicated past of the cookie.</p>

<p>
Most people don't know the complicated past of the cookie.
</p>

<h2>Ingredients</h2>

<ul>
<li>Butter</li>
<li>White sugar</li>
Expand All @@ -28,7 +37,9 @@ <h2>Ingredients</h2>
<li>Oatmeal</li>
<li>Coconut</li>
</ul>

<h2>Directions</h2>

<ol>
<li>Preheat the oven to 325.</li>
<li>Beat the butter, sugar, eggs and vanilla together until creamy.</li>
Expand All @@ -37,9 +48,11 @@ <h2>Directions</h2>
<li>Stir in chocolate chips, oatmeal and coconut.</li>
<li>Bake for <strong>10 minutes</strong> or until golden brown.</li>
</ol>

<p>
<a href="http://allrecipes.com">Click here</a> to check out my other great
<a href="http://allrecipes.com">Click here </a> to check out my other great
recipes.
</p>

</body>
</html>