📄️ Exercise 1
In this practical HTML exercise, we will learn how to create a basic HTML file with the minimum structure. We will use the html, head, and body tags.
📄️ Exercise 2
In this practical HTML exercise, we will learn how to use heading tags. From the English word "heading," these tags begin with the letter h and range from h1 to h6.
📄️ Exercise 3
In this practical HTML exercise you will learn how to correctly implement paragraphs and links, using the corresponding tags effectively.
📄️ Exercise 4
In this practical exercise you will learn how to create Ordered and Unordered Lists in HTML, understanding their syntax, structure and applications.
📄️ Exercise 5
In this practical exercise you will learn how to insert and configure images in HTML, using the img tag and essential attributes such as src, alt, width and height.
📄️ Exercise 6
In this practical exercise you will learn how to insert and configure a table with three rows and three columns using the table tag.
📄️ Exercise 7
Learn how to create a basic HTML form step by step. Discover how to use tags like form, input, label, and more.
📄️ Exercise 8
Learn how to create an HTML form with select and radio fields. Discover how to use select tags and radio buttons.
📄️ Exercise 9
Learn how to create an HTML form from scratch with checkbox-type verification boxes and their correct implementation.
📄️ Exercise 10
Learn how to easily create image links in HTML. This practical exercise teaches you how to use the `<a>` and `<img>` tags in combination.
📄️ Exercise 11
Discover how to use anchor links in HTML to create smooth internal navigation within a single page and improve the user experience.
📄️ Exercise 12
Learn how to embed videos in HTML using the iframe tag. In this practical exercise, you'll see how to integrate multimedia content easily and effectively.
📄️ Exercise 13
Discover how to embed sound files in your web pages using the audio tag. This practical exercise teaches you how to play audio in HTML.
📄️ Exercise 14
Learn how to use HTML comments to document your code, make it easier to maintain, and improve collaboration among developers.
📄️ Exercise 15
Discover how to create HTML download links to offer files directly from your website. Learn with a simple and useful practical exercise.
📄️ Exercise 16
Learn how to use the div and span tags in HTML to structure and style your web content. How to apply block and inline divisions effectively.
📄️ Exercise 17
Learn how to use the article, header, footer, and section tags in HTML to structure and style a blog. How to structure a blog correctly and simply.
📄️ Exercise 18
Discover the difference between absolute and relative links in HTML with this practical exercise. Learn when and how to use each type of link.
📄️ Exercise 19
Learn how to embed an internal page within another using the <iframe> tag in HTML. Discover how to integrate internal content in a structured way.
📄️ Exercise 20
Discover how to create HTML forms that include date and number fields. This hands-on exercise teaches you how to implement modern input controls.