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** <table> <tr> <td><img src="https://github.com/CC-BHU/web-development/assets/51270439/632582a6-50f7-4a05-82f9-1b6d400d2b3c"></td> <td><img src="https://github.com/CC-BHU/web-development/assets/51270439/5d2b0261-165c-484a-9229-ab73af77b148"></td> <td><img src="https://github.com/CC-BHU/web-development/assets/51270439/1aeecb40-261a-435b-b389-fd8f86470fd1"></td> </tr> </table>
Remember the tic-tac-toe game? Just make it with HTML and JavaScript now.
Task
Create a HTML
task11.htmlthat have a tic-tac-toe game.Resetbutton to restart.hover,disabledstyles.Design it your way, some help.
onclickevent on table cells.Screenshots