This repository has been archived on 2026-08-16. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>HTML Stoff Inhalte:</title>
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
<li>HTML lernen</li>
|
|
<ul>
|
|
<li>Tags</li>
|
|
<li>Listen</li>
|
|
<li>Formulare</li>
|
|
</ul>
|
|
<li>CSS entdecken</li>
|
|
<li>JavaScript üben</li>
|
|
</ul>
|
|
</body>
|
|
</html> |