-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresent.html
36 lines (32 loc) · 1.53 KB
/
present.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home Page</title>
<link rel="stylesheet" href="./present.css">
</head>
<body>
<h1 >eat more from Us today!</h1>
<img src= "../HTML/images/cupcake.jpg" width="400px" height="500px" alt="cupcake">
<img src="../HTML/images/sanwich.jpg" width="375px" height="450px" alt="sandwich">
<img src="../HTML/images/smoothie.jpg" width="350px" height="400px" alt="smoothie">
<img src="../HTML/images/egg.jpg" width="325px" height="350px" alt="eggs">
<br>
<a id="do" href ="https://unsplash.com/t/food-drink">more similar images </a>
<div>
<h1 id="headingcolor">Have you tried any of these before?</h1>
<P class="red">A cookie is a baked or cooked snack or dessert that is typically small, flat and sweet. It usually contains flour, sugar, egg, and some type of oil, fat, or butter. It may include other ingredients such as raisins, oats, chocolate chips, nuts, etc.</P>
<P class="black">Please select any you've tried.......... </p>
<div class="options">
<select name="snacks" id="">
<option value="Cookies">Cookies</option>
<option value="sandwich">sandwich</option>
<option value="smoothie">smoothie</option>
<option value="eggs">eggs</option>
</select>
</div>
</div>
</body>
</html