Here are the tutorials I've made so far. Once there are a few of them I'll start to properly sort them and make a fancy page with a search function. In the meantime, I'm concentrating on just getting some made up and so here is a very simple list.
Install a code editor - Before we dive in and begin writing our first lines of code, we just need one piece of free software to start - a free code editor.
How to create lists in HTML, and use the <strong> and <em> nesting elements - We take a look at how to add bullet point (unordered) and numbered (ordered) lists and we also explore what we mean by nesting elements. We nest a list within a list, and use the strong and emphasis elements to alter words within a paragraph.
How to add hyperlinks and contents - This tutorial will add hyperlinks to our web page. We will create a contents section and add a link to an external site. Doing this will enable us to explore both hyperlink types.
Intermediate's HTML Course
Embedding videos in a webpage - Put videos on a webpage, understand the main attributes and how to add controls, autoplay, loop and more.