-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCobb salad.html
75 lines (54 loc) · 2.29 KB
/
Cobb salad.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cobb Salad</title>
<link rel="shortcut icon" href="img/Screenshot_2022-09-24_194941-removebg-preview.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><img src=></li>
<li><h2 id="second">Whiskful Eats</h2></li>
<li><a id="one" href="home.html">HOME</a></li>
<li><a id="one" href="recipe.html">RECIPES</a></li>
<li><a id="one" href="booklet.html">BOOKLET</a></li>
<li><a id="one" href="contact.html"> CONTACT</a></li>
</ul>
</nav>
</header>
<h8 id="recip-topic">Cobb Salad</h8>
<br>
<br>
<img id="ingredients" src="img/26.gif">
<br>
<p id="para">To prepare a delicious Cobb Salad, start by arranging a bed of lettuce leaves, typically iceberg or Romaine, on a large serving platter. Next, arrange rows of diced or sliced grilled or roasted chicken breast, crispy crumbled bacon strips, hard-boiled egg slices or chunks, ripe diced avocado, fresh diced tomatoes, and crumbled blue cheese, such as Roquefort or Gorgonzola, over the lettuce. Sprinkle finely chopped red onion on top and add sliced cucumber if desired. To finish, drizzle your choice of salad dressing over the salad. Classic options include vinaigrette or ranch dressing, but feel free to use your favorite. Season the salad with a pinch of salt and freshly ground black pepper to taste. Serve your Cobb Salad as a hearty and satisfying meal, perfect for lunch or dinner, and enjoy the delightful combination of flavors and textures.</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h4 id="cuisines">Let's try out this by watching a video</h4>
<br>
<br>
<br>
<br>
<br>
<video id="video" controls>
<source src="img/Cobb Salad.mp4" type="video/mp4">
</video>
<br>
<br>
<footer>
<div class="footer-container">
<p>© 2024 Whiskful Eats | [email protected]</p>
</div>
</footer>
</body>
</html>