-
Notifications
You must be signed in to change notification settings - Fork 0
/
Maryland Wine
79 lines (44 loc) · 1.85 KB
/
Maryland Wine
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
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="EricMoore" ="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Eastern Shore Wine</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
body{
background-color:gray;
border-style: dotted;
background-image:;
}
h1{
color:;
font-size:4em;
}
h2{
color:green;
}
h2{text-decoration: underline;
}
</head>
<body>
<center>
<h1>Eastern Shore Wine</h1>
<img src="https://img-aws.ehowcdn.com/700x/cdn.onlyinyourstate.com/wp-content/uploads/2018/09/22496231_10155335590719160_8433887600457580485_o-700x467.jpg" height="150" width="400"/>
<h2>
Moscoto
Riesling
Merlot
</h2>
</center>
<section> <p>Are you a wine Lover. Well the Eastern Shore of Maryland offers great local wines from there local vineyards. Whether your pallet desires a Moscoto,Riesling, or Merlot, all can be satisfied here locally.
</p></section>
<section> <p> <a href="https://www.st-michaels-winery.com/">Moscato</a> is a type of Italian sweet wine, usually served chilled, which is made from the Muscat variety of grapes</p>
</section>
<section><p><a href="https://www.st-michaels-winery.com/">Riesling</a> Riesling is an aromatic grape variety displaying flowery, almost perfumed, aromas as well as high acidity. It is used to make dry, semi-sweet, sweet, and sparkling white wines.</p>
</section>
<section>
<p> <a href="https://www.bordeleauwine.com/">Merlot</a> Merlot is a dark blue-colored wine grape variety, that is used as both a blending grape and for varietal wines. The name Merlot is thought to be a diminutive of merle, the French name for the blackbird, probably a reference to the color of the grape.</p>
</section>
</body>
</html>