<!-- HTML Example --> <body> <h1>Welcome to My Website</h1> <p>This is a sample webpage showcasing HTML structure.</p> <img src="image.jpg" alt="Sample Image"> <a href="https://example.com">Visit Example.com</a> </body>