-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsample.html
More file actions
34 lines (33 loc) · 1.13 KB
/
sample.html
File metadata and controls
34 lines (33 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome to KMD</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<nav>
<a href="#">Home</a> |
<a href="#">About KMD</a>
</nav>
<h1>Welcome to KMD!</h1>
<img src="http://www.kmd.keio.ac.jp/experience/faculty/assets_c/2013/12/inakage-thumb-800x800-1517.jpg" alt="Masa INAKAGE" width="230" height="230">
<blockquote>
<p>Welcome to the Graduate School of Media Design. A creative society led by media innovators</p>
<footer>Dean, Prof. <cite title="Source Title">Masahiko INAKAGE</cite></footer>
</blockquote>
<h2>Our Concept</h2>
<ul class="concept">
<li id="des">Design</li>
<li id="tec">Technology</li>
<li id="man">Management</li>
<li id="pol">Policy</li>
</ul>
<address>
<strong>Graduate School of Media Design</strong><br>
Keio University 2F Collaboration Complex 4-1-1 <br>
Hiyoshi Kohoku-ku Yokohama-city Kanagawa, Japan 223-8526<br>
<abbr title="Phone">Tel:</abbr> +81-(0)45-564-2517
</address>
</body>
</html>