Tictactoe: a - Ein einfaches Design in html erstellen

Aus MINT.lentner.net
Zur Navigation springen Zur Suche springen

<syntaxhighlight lang="html">

<!DOCTYPE html - tic tac toe Anzeige>

<html>
<body>

Schoko gewinnt

<img src="bot.jpg"><img src="bot.jpg"><img src="schoko.jpg">
<img src="leer.jpg"><img src="schoko.jpg"><img src="bot.jpg">
<img src="schoko.jpg"><img src="bot.jpg"><img src="schoko.jpg">
</body>
</html>

</syntaxhighlight>