1 2 3 4 5 6 7 8 9
<!DOCTYPE html> <html> <head><title>Simple Test Page</title></head> <body> <h1>Welcome</h1> <p>This is the first paragraph.</p> <p>This is the <span>second</span> paragraph with <strong>bold text</strong>.</p> </body> </html>