<html><head><title>Page 1</title></head></html>

<body><h1>Welcome to My Site</h1></body>

<p>This is a simple example.</p>

<ul><li>Item 1</li><li>Item 2</li></ul>

<a href="https://www.example.com">Link</a>

<img src="image.jpg" alt="Image">

<div id="content">Main Content</div>

<span style="color: blue;">Text</span>

<input type="text" name="name" />

<button onclick="clickFunction()">Click</button>

<table><tr><td>Data 1</td><td>Data 2</td></tr></table>

<form action="submit.php" method="post"></form>

<label for="email">Email:</label>

<textarea name="message" rows="4" cols="25"></textarea>

Contact