Run and inspect sandboxed HTML
12 elements1 links0 images
HTML Code
599 chars
<!doctype html><html lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Preview Document</title> <style> body { font-family: system-ui, sans-serif; margin: 2rem; line-height: 1.5; } main { max-width: 680px; margin: auto; } code { background: #f2f2f2; padding: 0.1rem 0.3rem; border-radius: 4px; } </style></head><body> <main> <h1>Hello HTML</h1> <p>Edit the source and preview the result in a sandboxed iframe.</p> <p><a href="https://example.com">Example link</a></p> </main></body></html>Output