Implementing Tic Tac Toe with 170mb of HTML – No JavaScript or CSS

I love it when Chrome releases a new feature, I especially like it when it is experimental. In this post I’m going to show you how I created Tic Tac Toe (Noughts and crosses) with HTML, using one of t… Read more

Similar

JavaScript DOM Manipulation

A HTML script is usually static with little functionality. HTML alone cannot maneuver elements to fit certain conditions or for interactivity. To have a web page that is interactive and dynamic, we need the DOM. (more…)

Read more »