[Aufgaben] HTML Aufgaben hinzufügen
Die Aufganen zu HTML wurden hinzugefügt.
This commit is contained in:
parent
7b9fa19fc0
commit
5e41b6dfac
11 changed files with 194 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Grundstruktur einer HTML-Datei</title>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
13
Aufgaben/2017_02_27_HTML/02_Text.html
Normal file
13
Aufgaben/2017_02_27_HTML/02_Text.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Text</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Hier steht Text
|
||||
mit unterschiedlichen Einschüben
|
||||
Test Text
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
15
Aufgaben/2017_02_27_HTML/03_Gliederung.html
Normal file
15
Aufgaben/2017_02_27_HTML/03_Gliederung.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Gliederung</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Gliederung</h1>
|
||||
<p>Hier steht Text.</p>
|
||||
<h2>Unterabschnitt</h2>
|
||||
<p>Hier steht noch mehr Text.</p>
|
||||
<hr>
|
||||
<span>Hier steht Text.</span>
|
||||
<div>Noch mehr Text</div>
|
||||
</body>
|
||||
</html>
|
28
Aufgaben/2017_02_27_HTML/04_Verweise.html
Normal file
28
Aufgaben/2017_02_27_HTML/04_Verweise.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Verweise</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="verweise">Verweise</h1>
|
||||
<p>Hier steht Text. Ich verlinke nach <a href="index.html">index.html</a></p>
|
||||
<h2 id="unterabschnitt-1">Unterabschnitt</h2>
|
||||
<p>Hier steht noch mehr <span>Text</span>.</p>
|
||||
<div>Noch mehr Text. Verlinkung zur <a href="03_Gliederung.html">Gliederung</a> und zum <a href="#unterabschnitt-2">Unterabschnitt 2</a>.</div>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>
|
||||
|
||||
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
||||
|
||||
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
||||
|
||||
<h2 id="unterabschnitt-2">Unterabschnitt 2</h2>
|
||||
<p>Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. </p>
|
||||
|
||||
<p>Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p>
|
||||
|
||||
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
||||
|
||||
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
|
||||
</body>
|
||||
</html>
|
20
Aufgaben/2017_02_27_HTML/04_Verweise_ohne_lorem_ipsum.html
Normal file
20
Aufgaben/2017_02_27_HTML/04_Verweise_ohne_lorem_ipsum.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Verweise</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="verweise">Verweise</h1>
|
||||
<p>Hier steht Text. Ich verlinke nach <a href="index.html">index.html</a></p>
|
||||
|
||||
<h2 id="unterabschnitt-1">Unterabschnitt</h2>
|
||||
<p>Hier steht noch mehr <span>Text</span>.</p>
|
||||
<div>Noch mehr Text. Verlinkung zur <a href="03_Gliederung.html">Gliederung</a> und zum <a href="#unterabschnitt-2">Unterabschnitt 2</a>.</div>
|
||||
|
||||
<p>[...]</p>
|
||||
|
||||
<h2 id="unterabschnitt-2">Unterabschnitt 2</h2>
|
||||
<p>[...]</p>
|
||||
|
||||
</body>
|
||||
</html>
|
9
Aufgaben/2017_02_27_HTML/05_Bilder.html
Normal file
9
Aufgaben/2017_02_27_HTML/05_Bilder.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Bilder</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="w3c.png" alt="W3C Logo" width="110" height="61">
|
||||
</body>
|
||||
</html>
|
45
Aufgaben/2017_02_27_HTML/06_Listen.html
Normal file
45
Aufgaben/2017_02_27_HTML/06_Listen.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Listen</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Ungeordnete Liste:</p>
|
||||
<ul>
|
||||
<li>Listeneintrag Nr. 1</li>
|
||||
<li>Listeneintrag Nr. 2</li>
|
||||
</ul>
|
||||
|
||||
<p>Geordnete Liste:</p>
|
||||
<ol>
|
||||
<li>Listeneintrag Nr. 1</li>
|
||||
<li>Listeneintrag Nr. 2</li>
|
||||
</ol>
|
||||
|
||||
<p>Geschachtelte Liste:</p>
|
||||
<ul>
|
||||
<li>Listeneintrag Nr. 1</li>
|
||||
<li>
|
||||
Listeneintrag Nr. 2
|
||||
<ol>
|
||||
<li>Listeneintrag Nr. 1</li>
|
||||
<li>
|
||||
Listeneintrag Nr. 2
|
||||
<ul>
|
||||
<li>Listeneintrag Nr. 1</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Listeneintrag Nr. 3</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Listeneintrag Nr. 3</li>
|
||||
</ul>
|
||||
|
||||
<dl>
|
||||
<dt>Begriff 1</dt>
|
||||
<dd>Erklärung 1</dd>
|
||||
<dd>Erklärung 2</dd>
|
||||
<dt>Begriff 3</dt>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
28
Aufgaben/2017_02_27_HTML/07_Tabellen.html
Normal file
28
Aufgaben/2017_02_27_HTML/07_Tabellen.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Tabellen</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="1">
|
||||
<tr>
|
||||
<td rowspan="2">1</td>
|
||||
<td>2</td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">2</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>2</td>
|
||||
<td>3</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
19
Aufgaben/2017_02_27_HTML/08_semantische_Tags.html
Normal file
19
Aufgaben/2017_02_27_HTML/08_semantische_Tags.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Semantische Tags</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Semantische Tags</h1>
|
||||
|
||||
<nav>
|
||||
<strong>Navigaiton</strong>
|
||||
<ul>
|
||||
<li><a href="./01_Grundstruktur_einer_HTML-Datei.html">Grundstruktur einer HTML Datei</a></li>
|
||||
<li><a href="./02_Text.html">Text</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<main><p>Hauptinhalt hier</p></main>
|
||||
</body>
|
||||
</html>
|
10
Aufgaben/2017_02_27_HTML/index.html
Normal file
10
Aufgaben/2017_02_27_HTML/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Grundstruktur einer HTML-Datei</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
Aufgaben/2017_02_27_HTML/w3c.png
Normal file
BIN
Aufgaben/2017_02_27_HTML/w3c.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Reference in a new issue