-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML
More file actions
24 lines (24 loc) · 967 Bytes
/
HTML
File metadata and controls
24 lines (24 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<title> One Pot Dishes </title>
<link href="One Pot Dishes.css" type="text/css" rel="stylesheet" />
</head>
<body>
<h1> One Pot Dishes (Nabemono)</h1>
<p id="intro">There are <i>three</i> popular types of delicious <strong>One Pot Dishes</strong>
<br>known collectivily in Japanese as Nabemomo.</p>
<p> The 3 types are: 1) Yosenabe, 2) Sukiyaki, and 3) Oden. <br>
Each type is divided into many unique and creative subtypes <br>
depending on which prefecture of Japan is their culinary point or origin.</p></figure>
<figure>
<img src="Images/nabemono-yosenabe.jpg" />
<figcaption><strong>Yosenabe</strong> - Seafood and Vegtables</figcaption></figure>
<figure>
<img src="Images/nabemono-sukiyaki.jpg" />
<figcaption><strong>Sukiyaki</strong>-Beef and Vegtables</figcaption></figure>
<figure>
<img src="Images/nabemono-oden.jpg" />
<figcaption><strong>Oden</strong>-Fish Cakes and Seafood</figcaption></figure>
</body>
</html>