Uppdatera 'index.html'

This commit is contained in:
Henrik Bygren 2022-05-16 11:15:13 +00:00
parent 2fab664767
commit fbf319dacf

View File

@ -54,7 +54,6 @@
<section id="calc">
<fieldset>
<legend>Klassisk räknare</legend>
<p>När en variable ändras med förändringsoperatorer (=, +=, -=. ++,-- mfl) så uppdateras även varabelns värde som "injicerats" mellan &#123; och &#125; i html-koden</p>
<button id="dec">-</button><output>0</output><button id="inc">+</button>
</fieldset>
</section>