projekte:rechentrainer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projekte:rechentrainer [2022/03/10 17:38]
Ivo Blöchliger [UI]
projekte:rechentrainer [2022/03/10 17:39] (current)
Ivo Blöchliger [UI]
Line 16: Line 16:
  
 ===== UI ===== ===== UI =====
-  * Anzeige der Rechnung <span id="rechnung">1+1</span>+  * Anzeige der Rechnung in HTML 
 +<code html> 
 + <span id="rechnung">1+1</span> 
 +</code> 
 +Manipulation in JavaScript
 <code javascript> <code javascript>
 // Rechnung in der Variable rechnung plus variable resultat // Rechnung in der Variable rechnung plus variable resultat
  • projekte/rechentrainer.1646930301.txt.gz
  • Last modified: 2022/03/10 17:38
  • by Ivo Blöchliger