From 17f04797b463d144be101d8875246bfa5cb0586e Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Wed, 28 Jun 2023 10:47:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e69de29..ae3b237 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,12 @@ +```html +
+

Headline

+ +
+``` + +```js +let content = document.getElementById('content') +let dynamicValue = document.createTextNode("Dynamic content value") +content.appendChild(dynamicValue) +``` \ No newline at end of file