buildHtml
baseUrl https://spell.scroll.pub
metaTags
editButton /edit.html
title Spell-It | Fun Spelling Practice
style.css
header
class spell-header
h1 Spell-It
p Master your spelling through audio learning
main
section
class game-container
div
class stats-panel
span Correct:
span
id correctCount
0
span Total:
span
id totalCount
0
span Success Rate:
span
id successRate
0%
div
class game-panel
div
class word-input-area
input
type text
id wordInput
placeholder Type the word here...
aria-label Word input field
div
class button-panel
button Play
id playBtn
class primary-btn
button Enter
id enterBtn
class primary-btn
button Hint
id hintBtn
class secondary-btn
div
class virtual-keyboard
div
class keyboard-row
button Q
button W
button E
button R
button T
button Y
button U
button I
button O
button P
div
class keyboard-row
button A
button S
button D
button F
button G
button H
button J
button K
button L
div
class keyboard-row
button Z
button X
button C
button V
button B
button N
button M
footer
p Made with ❤️ for spelling enthusiasts
nav
a How to Play
href #
a Word List
href #
a About
href #
script.js