Logo

HTML Help Websites

I have some experience with HTML from high school, though I've never written a full website until now. These are some of the websites I've come to rely on for information about HTML, and information on programming in general.


w3Schools

Covers HTML and CSS content of all kinds, plus other programming content like Java, Python, etc. All around helpful resource!

stackoverflow

Stackoverflow is a forum-based resource meant to catalogue questions about all things programming. While extremely useful, the answers are sometimes unnecessarily complicated.

MDN Web Docs

Mozilla's resource for web development documentation. Only covers web development-related topics, but goes more in-depth than w3Schools does at times.