
👋 Welcome to Web Development Tutorials
Ready to build your first website? In just 5 minutes, you’ll create a real web page using HTML & CSS.
No experience needed — just follow along and try it out live below!
<!DOCTYPE html> <html> <head> <title>My First Page</title> </head> <body> <h1>Hello, World!</h1> <p>This is my first web page 🚀</p> </body> </html>
Try it now:
Click “Edit on CodePen” to modify the code and see instant results.
See the Pen My First Page by Hanady Husino (@hanady12) on CodePen.
✨ Challenge: Change the page title and add another paragraph. Then click “Run” to see your changes.
🎯 Next Steps
Now that you built your first page, keep learning: