-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.html
More file actions
38 lines (37 loc) · 1.01 KB
/
list.html
File metadata and controls
38 lines (37 loc) · 1.01 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset = "UTF-8">
<title>커피 요리</title>
</head>
<body text="#AA4928" bgcolor=#FFCC99 leftmargin=100>
<basefont size=2>
<div align="center">
<font face="굴림" size=7>커피요리</font>
<h2>핫모카자바</h2>
<font size=+1 color=#996666>
<ul>
생크림 위에 초콜릿을 듬뿍 올려 멋스럽게
</ul>
</font>
</div>
<ul type="square">
<li>
<b>재료</b> : 추출한 커피 120cc, 초코시럽 30cc, 휘핑한 생크림 1스푼(20cc 정도)
<li>
<b>만드는 법 :</b>
<ol type="1">
<li>
우선 컵을 따뜻하게 데워 둔다.
</li>
<li>
컵에 초코시럽을 넣은 후 끓인 커피를 붓는다.
</li>
<li>
생크림 한 스푼을 위에 띄운 후, 생크림 위를 다시 초코시럽으로 장식한다.
초코시럽 대신 잘게 다진 초콜릿을 얹어도 볼품있다.
</li>
</ol>
</ul>
</body>
</html>