Uppdatera 'index.html'
This commit is contained in:
parent
920ed8a08d
commit
2fab664767
@ -53,9 +53,9 @@
|
|||||||
</section>
|
</section>
|
||||||
<section id="calc">
|
<section id="calc">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Multiplication</legend>
|
<legend>Klassisk räknare</legend>
|
||||||
<input type="number" id = 'n1'> x <input type="number" id = 'n2'> = <span id = 'result'></span><br>
|
<p>När en variable ändras med förändringsoperatorer (=, +=, -=. ++,-- mfl) så uppdateras även varabelns värde som "injicerats" mellan { och } i html-koden</p>
|
||||||
<button id="btnCalc">Multiplicera</button>
|
<button id="dec">-</button><output>0</output><button id="inc">+</button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
Loading…
Reference in New Issue
Block a user