2
0

add files of code before my time in the class

This commit is contained in:
Schuledaniel
2025-11-18 13:35:07 +01:00
parent 861ebfbe3d
commit 4632ceaac0
23 changed files with 970 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta keywords = "ljhlkjsh, asdfhlasd f">
<title>HTML-Grundlagen: Textauszeichnung zur Betonung</title>
</head>
<body>
<h1>HTML-Grundlagen: Textauszeichnung zur Betonung</h1>
<h2>Starke Betonung</h2>
<p>Dies ist ein <strong>sauwichtiges</strong> Wort</p>
<h2>Betonung</h2>
<p>Dies ist ein <em>wichtiges</em> Wort</p>
</body>
</html>