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/point-to-text.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/textbased-programms/point-to-text.html b/textbased-programms/point-to-text.html index 63c81d9..de48197 100644 --- a/textbased-programms/point-to-text.html +++ b/textbased-programms/point-to-text.html @@ -7,8 +7,9 @@ <link rel="stylesheet" href="dfhi.css" /> </head> <body> - -<code>main</code>'s arguments: <input type="text" id="argv" name="argv" /> +<p class="description">Zuordnung Punkten zu Leistung</p> +<label for="argv">Geben Sie die Punkte zwischen 0 und 100 ein!</label> +<input type="text" id="argv" name="argv" /> <button name="run" id="run" >Rerun</button> -- Gitblit v1.10.0