Finish 6,7,8

This commit is contained in:
S170H
2023-10-18 15:46:23 +02:00
parent 3e697d1be6
commit 5f96533f1f
2 changed files with 139 additions and 0 deletions

View 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>

View File

@@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Newsletteranmeldung</title>
</head>
<form method="post" action="formadata.html">
<fieldset>
<legend>
<h1>Anmeldung</h1>
</legend>
<b>Anrede</b><br>
<input type="radio" name="anrede" value="frau">Frau <br>
<input type="radio" name="anrede" value="herr">Herr<br>
<br>
<label for="vorname"><b>Vorname<sup>*</sup></b></label><br>
<input type="text" name="vorname" id="vorname" placeholder="Vorname" required>
<br><br>
<label for="nachname"><b>Nachname<sup>*</sup></b></label><br>
<input type="text" name="nachname" id="nachname" placeholder="Nachname" required>
<br>
<label for="email"><b>Email<sup>*</sup></b></label><br>
<input type="email" name="email" id="email" placeholder="user@email.com" required>
<br><br>
<b>Benachrichtigungsinterval</b><br>
<select name="interval">
<option value="1">T&#228;glich</option>
<option value="2" selected>W&#246;chentlich</option>
<option value="3">Monatlich</option>
</select>
<br><br>
<input type="checkbox" required>Ich habe die Datenschutzhinweise gelesen<sup>*</sup>
<br><br>
<input type="submit" value="Zum Newsletter anmelden!">
<br><br>
Felder mit * sind Pflicht
</fieldset>
</form>
</body>
</html>
<!--
Aufgabe 6
Bib
Request URL: https://www.fh-aachen.de/fh-aachen/hochschulstruktur/zentrale-betriebseinheiten/bibliothek
Request Method: GET
Status Code: 200 OK
Remote Address: 149.201.122.100:443
Referrer Policy: strict-origin-when-cross-origin
Cache-Control: max-age=78453
Connection: keep-alive
Content-Encoding: gzip
Content-Language: de Sprache
Content-Length: 17579
Content-Type: text/html; charset=utf-8
Date: Wed, 18 Oct 2023 13:22:53 GMT Zeitpunkt der Anfrage
Etag: "34fe7c7dd23fa1091245f8693488dc18"
Expires: Thu, 19 Oct 2023 11:10:26 GMT
Pragma: public
Server: nginx/1.18.0 (Ubuntu)
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
Formular
Request URL: http://localhost:63342/M1/M1/beispiele/formadata.html
Request Method: POST
Status Code: 404 Not Found
Remote Address: 127.0.0.1:63342
Referrer Policy: strict-origin-when-cross-origin
Access-Control-Allow-Credentials: true
Access-Control-Allow-Origin: http://localhost:63342
Content-Length: 92
Content-Type: text/html
Date: Wed, 18 Oct 2023 13:30:14 GMT
Server: PhpStorm 2023.2.2
Vary: origin
X-Content-Type-Options: nosniff
X-Frame-Options: SameOrigin
X-Xss-Protection: 1; mode=block
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: de-DE,de
Cache-Control: max-age=0
Connection: keep-alive
Content-Length: 67
Content-Type: application/x-www-form-urlencoded
Cookie: Phpstorm-dabb33c1=6794e646-30f2-42e3-ac04-b05acb4f79a9
Dnt: 1
Host: localhost:63342
Origin: http://localhost:63342
Referer: http://localhost:63342/M1/M1/beispiele/newsletteranmeldung.html?_ijt=dk0nu23t2f8uk826fkcqu2n7fn&_ij_reload=RELOAD_ON_SAVE
-->