Loading editor...
<h1>This is an example Website</h1> <button onclick="onButtonClicked()"> Click me </button>
Loading editor...
body { font-family: sans-serif; } button { background-color: #2b7fff; color: white; border: none; padding: 0.75em; border-radius: 0.5em; font-size: 1rem; cursor: pointer; } button:hover { background-color: #155dfc; } a { color: #1c398e; text-decoration: none; } a:hover { text-decoration: underline; }
Loading editor...
function onButtonClicked() { alert("Clicked"); }
Loading editor...
<h1>This is an example Website</h1> <button onclick="onButtonClicked()"> Click me </button>
Loading editor...
body { font-family: sans-serif; } button { background-color: #2b7fff; color: white; border: none; padding: 0.75em; border-radius: 0.5em; font-size: 1rem; cursor: pointer; } button:hover { background-color: #155dfc; } a { color: #1c398e; text-decoration: none; } a:hover { text-decoration: underline; }
Loading editor...
function onButtonClicked() { alert("Clicked"); }
Loading editor...
<h1>This is an example Website</h1> <button onclick="onButtonClicked()"> Click me </button>
Loading editor...
body { font-family: sans-serif; } button { background-color: #2b7fff; color: white; border: none; padding: 0.75em; border-radius: 0.5em; font-size: 1rem; cursor: pointer; } button:hover { background-color: #155dfc; } a { color: #1c398e; text-decoration: none; } a:hover { text-decoration: underline; }
Loading editor...
function onButtonClicked() { alert("Clicked"); }
Loading editor...
<h1>This is an example Website</h1> <button onclick="onButtonClicked()"> Click me </button>
Loading editor...
body { font-family: sans-serif; } button { background-color: #2b7fff; color: white; border: none; padding: 0.75em; border-radius: 0.5em; font-size: 1rem; cursor: pointer; } button:hover { background-color: #155dfc; } a { color: #1c398e; text-decoration: none; } a:hover { text-decoration: underline; }
Loading editor...
function onButtonClicked() { alert("Clicked"); }