Created
April 1, 2025 16:19
-
-
Save zorky/b60732fb6fa555debb6f6559e8eb63a0 to your computer and use it in GitHub Desktop.
Revisions
-
zorky created this gist
Apr 1, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Site en HTML 4</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style> body { background-color: #f0f0f0; } </style> </head> <body> <table border="1" width="100%"> <tr bgcolor="blue"> <td align="center"><font color="white">Bienvenue sur mon site</font></td> </tr> <tr> <td> <p><b>HTML 4 est cool !</b></p> <marquee>Regarde ce texte défiler 😎</marquee> </td> </tr> </table> </body> </html>