| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="X-Double-Quote" content="Value with double quotes"> | |
| <meta http-equiv='X-Single-Quote' content='Value with single quotes'> | |
| <meta http-equiv="X-No-Quote" content=ValueNoQuotes> | |
| <title>Meta Quotes Test</title> | |
| </head> | |
| <body> | |
| <p>Test for different quote styles in meta tags</p> | |
| </body> | |
| </html> |