2 artifacts
Tap to collapse details
Follow MDN's Your First Website:
index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>My First Site</title> </head> <body> <h1>Hello World</h1> <p>This is my first webpage.</p> </body> </html>
<img src="image.jpg" alt="description">
<a href="https://example.com">Link</a>
Complete freeCodeCamp Basic HTML challenges.
❌ Forgetting <!DOCTYPE html> or lang attribute
→Always start with standard boilerplate from MDN
❌ Skipping alt text on images
→Add descriptive alt for every <img> for accessibility
Tap to expand details
Spin up a personalized “learn web design” plan you can save, check off, and return to anytime — unlimited on the free trial.
freeCodeCamp
MDN Web Docs
by Jennifer Niederst Robbins
by Jon Duckett
Structured modules on HTML, CSS, layouts, and more
Interactive challenges and 5 projects for certification
24 lessons on HTML/CSS/JS with quizzes
Free code editor with extensions for web dev
Inspect, debug, and test responsive designs
Free hosting for static sites from repos