projekte:rechentrainer

Differences

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

Link to this comparison view

Next revision
Previous revision
projekte:rechentrainer [2022/03/10 17:36]
Ivo Blöchliger created
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.1646930201.txt.gz
  • Last modified: 2022/03/10 17:36
  • by Ivo Blöchliger