vault backup: 2024-10-04 18:46:34

This commit is contained in:
2024-10-04 18:46:34 +02:00
parent 85c9ea8ccf
commit 3ac293592b
2 changed files with 61 additions and 10 deletions

View File

@@ -21,9 +21,11 @@
"id": "9e83e3066760685a", "id": "9e83e3066760685a",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "pdf", "type": "markdown",
"state": { "state": {
"file": "WS2425/Theoretische Informatik/Blatt0-Einfuehrung (1).pdf" "file": "WS2425/Web Tech/Übung/2/Ü2.md",
"mode": "source",
"source": false
} }
} }
} }
@@ -102,7 +104,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "WS2425/Theoretische Informatik/Blatt0-Einfuehrung (1).pdf", "file": "WS2425/Web Tech/Übung/2/Ü2.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -119,7 +121,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "WS2425/Theoretische Informatik/Blatt0-Einfuehrung (1).pdf", "file": "WS2425/Web Tech/Übung/2/Ü2.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@@ -142,7 +144,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "WS2425/Theoretische Informatik/Blatt0-Einfuehrung (1).pdf" "file": "WS2425/Web Tech/Übung/2/Ü2.md"
} }
} }
}, },
@@ -212,11 +214,13 @@
"omnisearch:Omnisearch": false "omnisearch:Omnisearch": false
} }
}, },
"active": "b8336cb3c3d06be9", "active": "9e83e3066760685a",
"lastOpenFiles": [ "lastOpenFiles": [
"WS2425/Web Tech/Übung/1/uebung01.pdf",
"WS2425/Web Tech/Übung/2/Ü2.md",
"WS2425/Web Tech/Übung/2",
"WS2425/Web Tech/Übung/1/Ü1.md", "WS2425/Web Tech/Übung/1/Ü1.md",
"WS2425/Theoretische Informatik", "WS2425/Theoretische Informatik",
"WS2425/Web Tech/Übung/1/uebung01.pdf",
"WS2425/Theoretische Informatik/Blatt0-Einfuehrung (1).pdf", "WS2425/Theoretische Informatik/Blatt0-Einfuehrung (1).pdf",
"WS2425/Web Tech", "WS2425/Web Tech",
"WS2425/Web Tech/Übung/1", "WS2425/Web Tech/Übung/1",
@@ -225,7 +229,6 @@
"SS24/SWT2/KW23/07_SWT2_Entwurfsmuster (1).pdf", "SS24/SWT2/KW23/07_SWT2_Entwurfsmuster (1).pdf",
"SS24/TdS/Canvas.canvas", "SS24/TdS/Canvas.canvas",
"SS24/SWT2/KW20/04_SWT2_Architekturstile_II.pdf", "SS24/SWT2/KW20/04_SWT2_Architekturstile_II.pdf",
"SS24/SWT2/KW19/10_SWT2_Persistente_Datenhaltung_I.pdf",
"SS24/SWT2/KW19/KW19.md", "SS24/SWT2/KW19/KW19.md",
"CCN/Ex02/Exercise 2.md", "CCN/Ex02/Exercise 2.md",
"CCN/Ex01/Exercise 1.md", "CCN/Ex01/Exercise 1.md",
@@ -259,7 +262,6 @@
"WS2324/Datenbank/Unterricht/08. Datenbankanfragen (Teil 2) (28.11.2023)/Praktikum/Aufgaben.md", "WS2324/Datenbank/Unterricht/08. Datenbankanfragen (Teil 2) (28.11.2023)/Praktikum/Aufgaben.md",
"SS23/Informationssicherheit/Ueb4/Ueb4.md", "SS23/Informationssicherheit/Ueb4/Ueb4.md",
"WS2324/Datenbank/Unterricht/12. Trigger (09.01.2024)/Praktikum/Aufgaben.md", "WS2324/Datenbank/Unterricht/12. Trigger (09.01.2024)/Praktikum/Aufgaben.md",
"WS2324/Datenbank/Unterricht/11. Funktionen und Prozeduren (19.12.2023)/Praktikum/Aufgaben.md", "WS2324/Datenbank/Unterricht/11. Funktionen und Prozeduren (19.12.2023)/Praktikum/Aufgaben.md"
"SS23/Algorithmen und Datenstrukturen 1/UEB01/UEB01.md"
] ]
} }

View File

@@ -0,0 +1,49 @@
```html
<DOCTYPE html>
<html language="de">
<header>
<meta charset="UTF-8" />
<title>Esoterische Programmiersprachen</title>
</header>
<body>
<h1>LOLCODE</h1>
<p>
LOLCODE ist eine esoterische Programmiersprache (angelehnt an den Netzjargon Lolspeak des
humoristischen Internet-Phänomens Lolcat) und wurde im Jahr 2007 von Adam Lindsay an
der Lancaster University entwickelt.
</p>
<h2>"Hello World" in LOLCODE<h2>
<pre>
HAI 1.2
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE
</pre>
</html>
</body>
```
1. `<DOCTYPE html>` zu `<!DOCTYPE html>`
2. `<html language="de">` zu `<html lang="de">`
3. `<header>` zu `<head>`
4. `<h2>"Hello World" in LOLCODE<h2>` zu `<h2>"Hello World" in LOLCODE</h2>`
5. `</body>`-Tags so, dass es vor `</html>`
# 2
1.
- A hierarchically correct `main` element is one whose ancestor elements are limited to `html`, `body`, `div`, `form` without an accessible name, and autonomous custom elements. Each `main` element must be a hierarchically correct main element.
- https://html.spec.whatwg.org/multipage/grouping-content.html#the-main-element
2.
- A custom data attribute is an attribute in no namespace whose name starts with the string "`data-`", has at least one character after the hyphen, is [XML-compatible](https://html.spec.whatwg.org/multipage/infrastructure.html#xml-compatible), and contains no [ASCII upper alphas](https://infra.spec.whatwg.org/#ascii-upper-alpha).
- https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes
3.
- ne
# 3
1. `<a href="../articles/article1.html">Zu Artikel 1</a>`
2. `<a href="/web/index.html">Zur Startseite</a>`
3. `<a href="../../web/index.html">Zurück zur Startseite</a>`