LearnItNow

Build Your First Webpage

TechBeginnerHome
90 minutes
·
5 steps
·Beginner

After 90 min: A live webpage about your interests visible in a browser

What you need

LaptopText editorWeb browser

The 90-Minute Plan

Understand HTML Structure0–15 min

Learn that HTML is markup. Create a file called index.html with basic tags: html, head, body, h1, p.

Write Your Content15–35 min

Add a heading, a few paragraphs, and a list to your page. Make it about something you love.

Style with CSS35–55 min

Create a style.css file. Change colors, fonts, and spacing. Link it to your HTML using a link tag.

Add Interactivity55–75 min

Include a button or link that does something simple using HTML and CSS hover effects.

Ship & next steps75–90 min

Open index.html in your browser, share the file, and celebrate. Next: learn JavaScript.

Pro Tip

Use browser DevTools (F12) to inspect and test your CSS in real-time.

Keep Going

Ad

You might also try