Learning HTML from scratch

Okay so before starting I had absolutely no idea about HTML. I'd only used it to change the font color in Obsidian using <font color="red">.

I was inspired to learn by some awesome Neocities websites.

TODO: create a "references" page with links to ribo.zone and all of that

I decided to grab a book from my local library called Curso de Desarrollo Web: HTML, CSS y JavaScript. Edición 2021. and get on with it. As I read along, I try out the tags the book explains and also recreate the examples.

Index

Here are my notes from each chapter of the book. They're not meant as a summary. I only take note of the stuff that is most interesting or surprising to me.

  1. Basic concepts
  2. Introduction to HTML
  3. Structure and main components of an HTML document
  4. Creating content
  5. Interactive web