add files of code before my time in the class
This commit is contained in:
17
Zweites Jahr/alt/LJ1/betonung.htm
Executable file
17
Zweites Jahr/alt/LJ1/betonung.htm
Executable 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>
|
||||
Reference in New Issue
Block a user