Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-23 14:25:29 -0700
committerCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-23 14:25:29 -0700
commite9d104f07823a6165315938ce48cf3d14465fe17 (patch)
tree6257abea7f78f68baa38918d3cdc9621bd51a4f5 /index.html
parent51f2656ad9b4cfcd1661fec3ea4ef4986cdbee8a (diff)
Works but need to next inputs inside labels if want no text
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 6 insertions, 12 deletions
diff --git a/index.html b/index.html
index ac6ab02..6dffb03 100644
--- a/index.html
+++ b/index.html
@@ -77,18 +77,12 @@
</p> -->
<p class="damage">
<span>
- <!-- <label>
- </label>
- <label>
- </label>
- <label>
- </label> -->
- <input type="radio" name="d1">
- <!-- <label>label1</label> -->
- <input type="radio" name="d1">
- <!-- <label>label2</label> -->
- <input type="radio" name="d1" checked>
- <!-- <label>label3</label> -->
+ <input type="radio" name="d1" id="clear" checked>
+ <label for="clear">lethal</label>
+ <input type="radio" name="d1" id="bruise">
+ <label for="bruise">clear</label>
+ <input type="radio" name="d1" id="lethal">
+ <label for="lethal">bruise</label>
</span>
</p>
<p><span>Troop Number</span> 1</p>