Wir haben "Grundlagen" gemacht was eigentlich nur Überschriften waren. "aufgabe-2" ist eine aufgabe gewesen (ka was das für eine scheiß aufgabe ist)
This commit is contained in:
16
progp/9-11-24/aufgabe-2.html
Normal file
16
progp/9-11-24/aufgabe-2.html
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div align=center>
|
||||||
|
<!-- /\ FORMATIERUNG DIREKT IN DER HTML DATEI. KEIN CSS -->
|
||||||
|
<h1>HaRo GmbH</h1>
|
||||||
|
<h3>Willkommen auf unseren Websiten</h3>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
26
progp/9-11-24/grundlagen-html.html
Normal file
26
progp/9-11-24/grundlagen-html.html
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Grundlagen - HTML</title>
|
||||||
|
<style>
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Hallo Welt</h1> <!--Überschrift 1-->
|
||||||
|
|
||||||
|
<h2>Hallo</h2> <!--Überschrift 2-->
|
||||||
|
|
||||||
|
<h3>Hallo</h3> <!--Überschrift 3-->
|
||||||
|
|
||||||
|
<b>Hallo</b><br> <!--b=bold also dich, br=break also zeilenumbruch-->
|
||||||
|
|
||||||
|
<strong>Hallo</strong><br> <!--strong wie b also macht dick, br = zeilenumbruch -->
|
||||||
|
|
||||||
|
<i><strong>Hallo</strong></i> <!--i = kursiv, strong = wie b-->
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user