http://xoax.net/
Lesson Page:
https://www.xoax.net/html/crs/core/lessons/Lesson23/
HTML Reference Page:
https://xoax.net/html/ref/core/
In this HTML lesson, we demonstrate how to write a tic-tac-toe game using the techniques of our previous lessons. The main HTML file that we have is a set of nine iframe elements that we position with line breaks. Inside the iframes, we place a document for each square that allows us to select an "X" or "O" for the square. These selections are made via an image map. Squares are selected sequentially until the game is over and someone wins.
Copyright 2020 XoaX.net LLC
Comments