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

HTML

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>The background-repeat Property</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="block block1"></div> <div class="block block2"></div> <div class="block block3"></div> <div class="block block4"></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 background repeat mode to the blocks:

  1. Horizontal repeat – to the first block,
  2. Vertical repeat – to the second block,
  3. No repeat – to the third block,
  4. Repeat in all directions – to the fourth block.