-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessy_input.html
More file actions
1 lines (1 loc) · 841 Bytes
/
messy_input.html
File metadata and controls
1 lines (1 loc) · 841 Bytes
1
<!DOCTYPE html><html><head><title>Test Page</title></head><body><div class="container"><header><h1>Welcome to My Project</h1><nav><ul><li><a href="#">Home</a></li><li><a href="#">About</a></li><li><a href="#">Contact</a></li></ul></nav></header><main><section class="content"><p>This is a paragraph with <strong>bold text</strong> and <em>italic text</em> inside it.</p><div class="image-gallery"><img src="photo1.jpg" alt="Photo 1"><img src="photo2.jpg" alt="Photo 2"></div><p>Here is a list of things:</p><ul><li>Item 1</li><li>Item 2 with <span class="highlight">inline span</span> inside</li><li>Item 3</li></ul><form action="/submit"><label for="name">Name:</label><input type="text" id="name" name="name"><button type="submit">Send</button></form></section></main><footer><p>© 2025 My Bash Project</p></footer></div></body></html>