diff --git a/17-iterators-data-structures/07-poll-project/index.html b/17-iterators-data-structures/07-poll-project/index.html
index 3e76abd3..280a124f 100644
--- a/17-iterators-data-structures/07-poll-project/index.html
+++ b/17-iterators-data-structures/07-poll-project/index.html
@@ -26,7 +26,6 @@
Favorite JS Framework
class="form-check-input"
type="radio"
name="poll-option"
- id="poll-option"
value="React"
/>
@@ -36,7 +35,6 @@ Favorite JS Framework
class="form-check-input"
type="radio"
name="poll-option"
- id="poll-option"
value="Vue"
/>
@@ -46,7 +44,6 @@ Favorite JS Framework
class="form-check-input"
type="radio"
name="poll-option"
- id="poll-option"
value="Angular"
/>
@@ -57,7 +54,6 @@ Favorite JS Framework
class="form-check-input"
type="radio"
name="poll-option"
- id="poll-option"
value="Svelte"
/>
@@ -68,7 +64,6 @@ Favorite JS Framework
class="form-check-input"
type="radio"
name="poll-option"
- id="poll-option"
value="Other"
/>