-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML
More file actions
28 lines (28 loc) · 829 Bytes
/
HTML
File metadata and controls
28 lines (28 loc) · 829 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
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<Title> Boxes in CSS3</title>
<link href="CSS Boxes.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="page">
<div id="logo">
<img src="images/logo-css-boxes.jpg" alt="Roddy's Sushi Spedialists"/>
</div>
<ul id="navigation">
<li> <a href="#" class="on">Home</a></li>
<li> <a href="#">Menu</a></li>
<li><a href="#"> Classes </a></li>
<li><a href="#">Contact</a></li>
</ul>
<p>
<img src="images/sushi-roll-types-names-wallpaper-1.jpg" alt="Sushi variety Display"/>
</p>
<p>
We specialize in traditional and authentic Japanese sushi, sashimi, side dishes, and beverages. Our Sushi Chef
sources many of our ingredients directly from Japan. We know if may cost more but we know that you will find
the high quality, and the experience are both worth it.
</p>
</div>
</body>
</html>