Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html><html><head><title>JS</title></head><body style="font-family:Arial;padding:20px"><h1 id="t">Hello!</h1><button onclick="document.getElementById('t').textContent='You clicked me!'">Click Me</button></body></html>
Result
Open