add files of code before my time in the class
This commit is contained in:
28
Zweites Jahr/alt/LJ1/menues_e3fi1.htm
Executable file
28
Zweites Jahr/alt/LJ1/menues_e3fi1.htm
Executable file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>HTML-Grundlagen: Hauptmenüs</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>HTML-Grundlagen: Hauptmenüs</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href = "#">Menüpunkt 1</a></li>
|
||||
<li><a href = "#">Menüpunkt 2</a></li>
|
||||
<li><a href = "#">Menüpunkt 3</a>
|
||||
|
||||
<!-- Untermenü zu Punkt 3 -->
|
||||
<ul>
|
||||
<li><a href = "#">Menüpunkt 3.1</a></li>
|
||||
<li><a href = "#">Menüpunkt 3.2</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><a href = "#">Menüpunkt 4</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user