-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.24 KB
/
index.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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<h2>Sample Business Letter</h2>
<div calss="address">
Ken's Cheese House</br>
34 Chatley Avenue</br>
Seattle, WA 98765
</div>
<div class="date">
</br>October 23, 2017
</div>
<div class="address2">
</br>Fred Flintstone</br>
Sales Manager</br>
Cheese Specialists Inc.</br>
456 Rubble Road</br>
Rockville, IL 78777
</div>
<div class="letterBody">
</br>Dear Mr. Flinstone</br></br>
With reference to our telephone conversation today, I am writing to confirm your order for: 120 x Cheddar Deluxe Ref. No. 856.
</br></br>
The order will be shipped within three days via UPS and should arrive at your store in about 10 days.
</br></br>
Please contact us again if we can help in any way.
</br></br>
Yours sincerely,</br>
Kenneth Beare</br>
Director of Ken's Cheese House
</div>
</body>
</html>