From 0079221776106e3ca91076938e80d37e38eacc29 Mon Sep 17 00:00:00 2001 From: Hong-Phuc Bui <hong-phuc.bui@htwsaar.de> Date: Fri, 17 Oct 2025 07:01:14 +0200 Subject: [PATCH] 1. Vorlesung --- textbased-programms/power-of-2.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/textbased-programms/power-of-2.html b/textbased-programms/power-of-2.html index 3d504f7..eea86c6 100644 --- a/textbased-programms/power-of-2.html +++ b/textbased-programms/power-of-2.html @@ -8,7 +8,9 @@ </head> <body> -<code>main</code>'s arguments: <input type="text" id="argv" name="argv" /> +<p class="description">Programm zum Berechnen 2^n</p> +<label for="argv">Geben Sie die Zahl n ein!</label> +<input type="text" id="argv" name="argv" /> <button name="run" id="run" >Rerun</button> -- Gitblit v1.10.0