HTML
The structure and content of a webpage.
↗A hands-on project for understanding HTML, CSS, Astro, GitHub and the journey from a local file to a live website.
01 <section class="hero">
02 <h1>Build for the web</h1>
03 <p>Learn by doing.</p>
04 </section>
05
06 // Local → GitHub → Live
It's a small laboratory for understanding what happens behind a website.
We'll start with simple HTML and CSS, use Astro to build the site, use Git to track our changes, GitHub to store the project, and Hostinger to make it available on the internet.
Four technologies. One simple project.
The structure and content of a webpage.
↗The visual design, layout, colors and responsive styling.
↗A modern framework that helps us build fast websites.
↗Track our changes and keep the project safely online.
↗This is the process we'll learn and repeat whenever we make an update.
Edit the Astro and CSS files in VS Code.
Use Astro's local development server to see changes instantly.
Use Git to record what we changed.
Send the project to GitHub.
Build the site and put the finished files on Hostinger.