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

HTML

<!DOCTYPE html> <html lang="en"> <head> <title>The text-shadow Property</title> <meta charset="utf-8"> <link rel="stylesheet" href="style.css"> </head> <body> <h1>In the Airplane.<br>Let’s Fly to Mexico!</h1> <span>☻</span> </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 value 30px 30px 1px #111111 to the text-shadow property

  1. the heading h1,
  2. and the emoticon span.