Test Page: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
Removed redirect to Main Page
Tags: Removed redirect Reverted
Ranzu (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
<html>
<form id="calc-form">
<form id="calc-form">
   <label>
   <label>
Line 11: Line 12:
   Total: <span id="calc-total">0</span>
   Total: <span id="calc-total">0</span>
</form>
</form>
</html>

Revision as of 12:05, 20 May 2024

<html> <form id="calc-form">

 <label>
   <input type="checkbox" class="calc-checkbox" value="10"> Option 1
 </label>
<label> <input type="checkbox" class="calc-checkbox" value="20"> Option 2 </label>
<label> <input type="checkbox" class="calc-checkbox" value="30"> Option 3 </label>
Total: 0

</form> </html>