-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 1.72 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 1.72 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv=Content-Type" content="text/html; Charset=utf-8">
<title> Meine Homepage</title>
</head>
<body bgcolor="#6090ff" text="white">
<a name="top"> </a>
<h1> Meine erste Homepage</h1>
<p>Hallo!</p>
<p>Ich bin Daniel Gleich und hier ist meine
<i> erste </i> Homepage.</p>
<hr width="70%" align="left">
<b><u>Meine Hobbys: </u></b>
<ul>
<li> Animieren <br>
<li> Zocken <br>
<li> ... <br>
</ul>
<b><u>Meine Lieblingsfilme: </u></b>
<ol>
<li> ä </li>
<li> ö </li>
<li> ü </li>
<li> ß </li>
<li> ff </li>
</ol>
<u><b> Mein Lieblingsspruch: </b></u>
<blockquote>
ABC
(XYZ)
</blockquote>
<p>
<b><u> Länder</u></b>
<p>
<table border="1" cellspacing="5" cellpadding="10" bgcolor="blue">
<tr>
<th>Flagge</th>
<th>Name</th>
<th>Hauptstadt</th>
</tr>
<tr><td><img src="images/daenemark.png" alt="Daenemarkflagge"></td><td>Dänemark</td><td>Kopenhagen</td></tr>
<tr><td><img src="images/norwegen.png" alt="Norwegenflagge"></td><th colspan="2" rowspan="2">noch nicht besucht</th></tr>
<tr><td><img src="images/schweden.png" alt="Schwedenflagge"></td></tr>
<tr><td><img src="images/finnland.png" alt="Finnlandflagge"></td><td>Finnland</td><td>Helsinki</td></tr>
</table>
<p>
<u> Quellen für die HTML-Dokument-Erstellung:</u><br>
<a href="http://selfhtml.org" target="Werbung">Selfhtml Wiki</a>
<br><br>
<a href="#top"> zurück nach oben </a>
</body>
</html>