-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tomatoes.html
34 lines (30 loc) · 1.38 KB
/
Tomatoes.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
<!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>Apple description</title>
<link rel="stylesheet" href=Styles/styleFVP.css />
<pre> <h1>E-Mart Description of Tomatoes</h1></pre>
</head>
<body>
<div class="container">
<div class="col1">
<img src="Images/tomato.jpg" width="512" height="512">
</div>
<div class="col2">
<p>
<h2>Red Tomato</h2>
</p><br /><br />
<p>
<h3>$0.6 avg. ea.<em>(170 g avg.)</em></h3>$3.5/kg $1.6/lb</p>
<button class="btn">
<P>Add to Cart</P><span class="badge badge-primary"></span></button>
<button class="btn">
<P>More Description</P><span class="badge badge-primary"></span></button>
<pre><h5>We strive to always offer you the most up-to-date product information. However, <br />manufacturers may change this information at any time. We recommend that you read <br />labels and packaging before consuming any product to ensure that you have the updated <br />information regarding the ingredients, the nutritional values, as well as any allergy <br />warnings</h5></pre>
</div>
</div>
</body>
</html>