-
Notifications
You must be signed in to change notification settings - Fork 0
/
beeftaco.html
39 lines (31 loc) · 1.11 KB
/
beeftaco.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Beef Taco</title>
</head>
<body>
<h1>Beef Taco</h1>
<img src="../images/beeftaco.jpg" alt="image of beef tacos" width="350" height="400">
<h2>Description</h2>
<p>This is an easy beef taco recipe. Using prefectly seasoned, tender ground beef is
always a good idea.
</p>
<h3>Ingredients</h3>
<ul>
<li>1 pound of lean ground beef</li>
<li>1 teaspoon of garlic powder</li>
<li>1 teaspoon of onion powder</li>
<li>1 teaspoon of smoked paprika</li>
<li>1/2 teaspoon of ground cumin</li>
<li>Tortillas</li>
</ul>
<h3>Steps</h3>
<ol>
<li>Warm up the tortillas and prepare all the ingredients and toppings</li>
<li>In a skillet, cook the ground beef over medium-high heat</li>
<li>Add in the seasoning mix and cook until the meat is cooked through</li>
<li>Assemble the tacos and enjoy</li>
</ol>
</body>
</html>