Skip to content
FLAVIO COPES
flaviocopes.com
2026

The HTML Guide

By Flavio Copes

HTML is the foundation of every web page. Learn tags, forms, images, media and accessibility with this curated guide to the best HTML tutorials.

~~~

HTML is the language of web pages. Every site you visit, no matter how complex, is HTML at its core.

It looks simple, and the basics are. But there’s real depth in it: semantic tags, responsive images, forms, accessibility. Knowing HTML well makes everything you build on top of it better.

This page is your starting point for HTML on this site. I organized the best posts into a path you can follow, plus themed sections for when you need something specific.

Where to start

Follow these in order if you’re starting out:

  1. An introduction to HTML covers what HTML is and how a page is structured
  2. HTML tags for text teaches paragraphs, headings and the tags you’ll use most
  3. HTML container tags explains semantic structure: header, main, article and friends
  4. The HTML a tag (links) covers links, the thing that makes the web a web
  5. The HTML img tag shows how to add images
  6. HTML forms is where pages start accepting input from users

Images and media

Beyond the basic img tag, HTML gives you a lot of control over media:

A few link behaviors worth knowing:

Practical recipes

Small problems that come up all the time:

Accessibility

Good HTML is accessible HTML. Accessibility on the Web explains why it matters and how semantic markup gets you most of the way there.

Go deeper

For the full picture in one place, download the free HTML Handbook. It covers the language from the basics to the details most tutorials skip.

Everything I wrote about HTML is in the html tag.

Tagged: HTML · All topics
~~~

Related posts about html: