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.
NOTES ALONG THE WAY
Small discoveries from building this website and exploring web development.
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.
Opening index.html with Live Server lets me preview the website locally and see updates after saving my files.
Next, I want to add photos and videos to the gallery and learn how to keep media organised and accessible.