Finish 6,7,8
This commit is contained in:
35
M1/beispiele/m1_8a_text.html
Normal file
35
M1/beispiele/m1_8a_text.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style>
|
||||
h1 {
|
||||
font-family: Arial;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
.untertitel {
|
||||
font-family: Arial;
|
||||
font-style: italic;
|
||||
}
|
||||
.haupt {
|
||||
font-family: Arial;
|
||||
font-weight: bold;
|
||||
}
|
||||
.beilage {
|
||||
font-family: Arial;
|
||||
font-weight: normal;
|
||||
color: green;
|
||||
}
|
||||
</style>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Currywurst mit Pommes</h1>
|
||||
<h3 class="untertitel">Der Klassiker</h3>
|
||||
<ul class="haupt">
|
||||
<li>Bratwurst</li>
|
||||
<li class="beilage">Fritten</li>
|
||||
<li>Currysauce</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user