This is an ongoing project for me,, I've just read through a complete beginner's tutorial of HTML, and I'm going to update this as I learn for people to see, and for me to track my progress :)
What I want to achieve on this page currently
Screenshots of my code to remind myself of progress
A form for people to send feedback and tips
To make it look nice n' classy with CSS
What I want to achieve on this page at some point as I learn
A place to record and post photos of my motorbike & wild camping trips
A way for comments to be posted by friends
Some cool snazzy pixel art to give this the early 2000s' vibe I crave so badly
Probably a lot more but right now I'm just typing for the sake of typing because new skill fun
My progress so far
Day one of learning HTML!13/08/25
Day two of learning HTML, and day one of learning CSS!14/08/25
25/08/25 - There's no screenshot of a website update as of current, because visually nothing has changed.
Behind the scenes though, I've been learning about structuring content using HTML; for instance instead of using a table to separate the captions and dates on the screenshots above, they are now using figure elements.
(And that "figure" text is using the "code" tag!)
Tommorrow I'll be adding sections just for the sake of readability for myself, then I'll continue with the final part of the HTML tutorial I'm following and move onto CSS properly soon after that!
What I've learnt and used on this page so far:
A title in the browser tab
Headings in the body
Ordered and unordered lists
Text with emphasis bby
Screw it, I can throw in BOLD text too while I'm down here
Images
Padding, borders and margins
Colours
Some useful weird little selectors (I think that's what they're called) to neaten up the lists and table
Sectioning
Figure elements
Lots of other stuff that really isn't useful to me as of current (I cannot wait to simply move onto CSS)