<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>My Page</title>
</head>
<body>
<header>
<h1>Hello World!</h1>
</header>
<main>
<p>Learning HTML</p>
<img
src="hero.webp"
alt="My image"
loading="lazy"
/>
</main>
</body>
</html>
<!-- Lesson 1 of 22 -->
<form method="POST">
<label for="name">Name</label>
<input type="text"
id="name" required/>
</form>
🔥 HTML5 • Beginner
Learn HTML — Complete Free Course
Master HTML5 from scratch with 22 interactive lessons, a live code editor, Shiv AI tutor, quizzes, challenges, and a real certificate. No experience needed — build real web pages today.
🚀 Start Learning Free