This website is a series of examples of web technologies all done as a single page with detailed comments, so you can Steal This Website.
Due to the stripped down nature of this website, it is not intended for complete beginners. If you want a gentle introduction to HTML (and thus the skill set you need to effectively Steal This Website), check out HTML for People.
To use, open the dev tools in your browser (Firefox instructions) and examine the source files. Each feature will be well detailed with html comments.
You can usually view the source of a page by using the context menu (the menu that pops up when you right-click with a mouse) and using the "View source" option or similar.
They look like this:
<!-- This is a comment -->
This page is intentionally without styles. You should learn what your browser defaults are. They're usually pretty good! (They may not support dark mode by default, though.)
All content on this website is licensed CC0 unless otherwise stated on the page in question. It is intended that you may take such content from this website to adapt for your own work without permission or royalty.
Want to share this website with others? Use the following markup on your page! Make sure to update the image source to point at a copy of the badge on your own website.
<a href="https://www.stealthiswebsite.art"><img src="steal-this-website.png" width="31" height="88"></a>
To use: