easy
+5 XP
FRONTEND
Image with Alt Text
Add an <img> with src='placeholder.jpg' and a descriptive alt attribute.
You're exploring as a guest. Create a free account to save progress and submit solutions.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="/styles.css" /> </head> <body> <!-- Add an image with alt text --> <script src="/index.js"></script> </body> </html>