Tictactoe: a - Ein einfaches Design in html erstellen
Version vom 8. November 2023, 14:31 Uhr von Wolfgang Lentner (Diskussion | Beiträge)
<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>