Test HTML File

A comprehensive HTML file for testing web elements and layouts

Form Elements

Sample Content

This is a paragraph of text. It demonstrates how text will appear on the page, including bold text, italic text, and links.

// Sample code block function greet(name) { return `Hello, ${name}!`; } console.log(greet("World"));
Image Placeholder

Lists

  1. Ordered list item 1
  2. Ordered list item 2
  3. Ordered list item 3

Table Example

Name Email Role
John Doe john@example.com Admin
Jane Smith jane@example.com Editor
Robert Johnson robert@example.com User

Alert Messages

This is a success message! The operation was completed successfully.
This is an error message! Something went wrong with the operation.
This is a warning message! Please check your inputs and try again.

Button Examples

Disabled Button