📄️ Basic structure
Learn how to create the basic structure of a web page in HTML. Discover its main elements with a clear, step-by-step example.
📄️ Items
Learn the fundamental elements of HTML and learn how to structure web pages with headings, paragraphs, lists, links, and images step by step.
📄️ Semantic tags
Discover what semantic HTML is and how to use tags like <header>, <main>, and <footer> to give structure and meaning to your web pages with HTML5.
📄️ Forms
Learn to create HTML forms from scratch. Discover basic tags like <form> and design functional forms step by step.