<!DOCTYPE html>
<html>
<head>
<style>
BODY
{
color:black;
font-family:arial;
font-size:14pt;
}
header {
background-color:darkgreen;
color:white;
text-align:center;
padding:5px;
}
nav {
line-height:30px;
background-color:#BFC9CA;
height:800px;
width:100px;
float:left;
padding:5px;
}
section {
width:350px;
float:left;
padding:10px;
}
footer {
background-color:darkgreen;
color:white;
clear:both;
text-align:center;
padding:5px;
}
</style>
<title>Tokyo</title>
</head>
<body>
<!-- This webpage displays in standards mode -->
<header>
<h1>Tokyo</h1>
</header>
<nav>
<a href="index.html">Hauptseite</a><br>
<a href="Seite1.html">London</a><br>
<a href="Seite2.html">Paris</a><br>
<a href="Seite3.html">Tokyo</a><br>
</nav>
<section>
<h1>Tokyo</h1>
<p>This page is about Tokyo.</p>
<object type="text/html" data="http://www.gotokyo.org/de/" width="900px" height="600px" style="overflow:auto;border:5px ridge blue">
</object>
</section>
<footer>
Copyright © perino.org
</footer>
</body>
</html>
Comments (0)
You don't have permission to comment on this page.