HTML Academy
Previous task
HTML document structure1/8
Back to the list of challenges
  • 1. Lost in Translation
  • 2. Document structure, Mastery Challenge 1
  • 3. Document structure, Mastery Challenge 2
  • 4. Challenge: Mark up a webpage
  • 5. Diving Deeper
  • 6. SEO improvements
  • 7. Document structure, Mastery Challenge 3
  • 8. Document structure, Mastery Challenge 4
Document structure, Mastery Challenge 1
  • Sign up
  • Log in

Register to take up challenges

Registration will only take a minute and let you save your study progress. You can register with your email and password or login via social networks.

or
Log in and continue
  • index.html
  • style.css
HTML
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Lost in Translation</title> <link rel="stylesheet" href="langs.css"> <link rel="stylesheet" href="style.css"> </head> <body> <p>Привет, мир!</p> <p>Hello, world!</p> <p>Hallo, Welt!</p> <p>Hei, maailma!</p> <p>Bonjour, le monde!</p> </body> </html>
CSS
body { width: 340px; margin: 0; padding: 0 20px; font-size: 28px; font-family: "Arial", sans-serif; color: black; } p { margin: 5px; padding: 12px; }

What didn’t you like in this task?

Thanks! We’ll fix everything at once!

100%
  • Goal
  • Result
  • Overlay
  • Differences
  • ?

Press Compare to send your code for review.

Failed to load the goal. Try later.

Goal — the interface you need to get.

Result — the way the server sees your code. Can differ from what you see in the mini-browser. The comparison is made between this result and the goal.

Overlay — semi-transparent result is shown above the goal.

Differences — the map of differences between the goal and the result.

Done 0%.
The code has been changed

Cookies ∙ Privacy ∙ License Agreement ∙ About ∙ Contacts ∙ © HTML Academy OÜ, 2019−2025

VISAMastercard