Interactive online courses HTML Academy
2026-03-09 10:59 Diff
  • index.html
  • style.css

HTML

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>The GIF Format</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="box box1"> <div class="block block1"></div> </div> <div class="box box2"> <div class="block block2"></div> </div> </body> </html>

Thanks! We’ll fix everything at once!

You’ve gone to a different page

Click inside the mini-browser to shift the focus onto this window.

100%

Assign the following non-repeating background images to the blocks:

  1. cat_purr.gif — To the first block,
  2. cat_walk.gif — To the second block.