After 90 min: A website that looks perfect on phones, tablets, and desktops
Build Your First Webpage
After 90 min: A live webpage about your interests visible in a browser
What you need
The 90-Minute Plan
Learn that HTML is markup. Create a file called index.html with basic tags: html, head, body, h1, p.
Add a heading, a few paragraphs, and a list to your page. Make it about something you love.
Create a style.css file. Change colors, fonts, and spacing. Link it to your HTML using a link tag.
Include a button or link that does something simple using HTML and CSS hover effects.
Open index.html in your browser, share the file, and celebrate. Next: learn JavaScript.
Use browser DevTools (F12) to inspect and test your CSS in real-time.
Keep Going
You might also try
After 90 min: A scalable microservices architecture for a distributed application
After 90 min: A working Python program that solves a real problem
After 90 min: An automated spreadsheet that calculates and analyzes data without manual work