Made progress with tic tac toe implementation for YouTube project

Learning a lot about using in HTML and how to place items correctly based on the coordinate system.

Also learnt how to draw an X using the tag by giving the midpoint (x, y) location. The line needs start (x, y) and ending (x, y) coordinates. Computed that using Trigonometry and I was super proud of myself! Finally mathematics having a use :)