Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html><html><body style="padding:20px;font-family:Arial"><p id="out">Click the button</p><button onclick="document.getElementById('out').innerHTML='<strong>Updated!</strong>'">Update</button></body></html>
Result
Open