Zimi LinganiLife, in progress.

NOTES ALONG THE WAY

Learning, one step at a time.

Small discoveries from building this website and exploring web development.

HTML & CSS

Connecting structure and style

HTML gives the page its content and structure. A stylesheet link in the head connects it to CSS, which controls how it looks.

My first check was changing the background colour and seeing the result in the browser.

Local development

Seeing changes with Live Server

Opening index.html with Live Server lets me preview the website locally and see updates after saving my files.

Next to explore

Adding my own memories

Next, I want to add photos and videos to the gallery and learn how to keep media organised and accessible.