Remember the tic-tac-toe game? Just make it with HTML and JavaScript now.
Task
Create a HTML task11.html that have a tic-tac-toe game.
- Must have a
Reset button to restart.
- Make UI responsive using
hover, disabled styles.
Design it your way, some help.
- You can use a 3x3 table in html.
onclick event on table cells.
- Evaluate results on every click.
Screenshots