You'd be surprised how complicated a tic-tac-toe game actually is once you try making one.
Knowing HTML, JS, even owning means by which to test code and whatnot is secondary to having solid knowledge of program logic and design, including but not limited to things like storing and accessing information, making decisions, comparing items, control structures, and so on.
My point is that if this question's being asked, then you should be learning the basics, not trying to make games. I personally never made an entire game from scratch until months of studying this stuff. If you can't take a class, I strongly recommend buying/borrowing a book like Simple Program and Design by Robertson, and then visiting a place like w3schools.com, which is a great place to find coding tutorials and tips.
And of course, this board is all about website design, so if you have any specific questions, you can try asking here.
But if you're game is going to be cross-platform, you could also use Java for systems that support it.
As for Java and it's browser buddy JavaScript, they both can be very difficult; JavaScript especially because you're constantly updating and manipulating elements on the web page itself.