Init code sample training chapter 8

This commit is contained in:
Nezumi
2023-06-19 17:15:12 +07:00
parent 3c40ecb572
commit b3f1aac55c
+40
View File
@@ -0,0 +1,40 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Telephone, email
and directions for The Art Bookshop, London, UK" />
<title>Contact The Art Bookshop, London UK</title>
</head>
<body>
<div id="header">
<h1>The Art Book Shop</h1>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="index.html">new publications</a>
</li>
<li class="current-page">
<a href="index.html">contact</a>
</li>
</ul>
</div><!-- end header -->
<div id="content">
<p>Charing Cross Road, London, WC2, UK</p>
<p><span class="contact">Telephone</span>
0207 946 0946</p>
<p><span class="contact">Email</span>
<a href="mailto:books@example.com">
books@example.com</a>
</p>
<iframe src="http://maps.google.co.uk/maps?q=moma+new+york
&amp;output=embed" width="450" height="350" frameborder="1" scrolling="yes">
</iframe>
</iframe>
</div><!-- end content -->
<p>&copy; The Art Bookshop</p>
</body>
</html>