fork download
  1. <html>
  2. <head>
  3. <Title>Animation</Title>
  4. <style>
  5. body
  6. {
  7. background-repeat:no-repeat;
  8. background-size:100% 100%;
  9. background-attachment:fixed;
  10. }
  11. </style>
  12. </head>
  13. <body background="SeaImage.jpg">
  14. <audio src= "seawaves.wav" controls>
  15. </audio>
  16. <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  17. <marquee direction="right" scrollamount="3">
  18. <img src = "redboat.gif"/> &emsp;&emsp;
  19. <img src = "sailship.gif" width=22% />
  20. </marquee>
  21. </body>
  22. </html>
Success #stdin #stdout 0.03s 25836KB
stdin
Standard input is empty
stdout
 <html>
<head>
<Title>Animation</Title>
<style>
body
{
background-repeat:no-repeat;
background-size:100% 100%;
background-attachment:fixed;
}
</style>
</head>
<body background="SeaImage.jpg">
<audio src= "seawaves.wav" controls>
</audio>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<marquee direction="right" scrollamount="3">
<img src = "redboat.gif"/> &emsp;&emsp;
<img src = "sailship.gif" width=22% />
</marquee>
</body>
</html>