Skip to content

Instantly share code, notes, and snippets.

@ginpei
Created March 29, 2018 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ginpei/226d27286165e2ddc6de393a8c944dcc to your computer and use it in GitHub Desktop.
Save ginpei/226d27286165e2ddc6de393a8c944dcc to your computer and use it in GitHub Desktop.
Check the codes at https://validator.w3.org/
<!DOCTYPE html>
<title>Hello World!</title>
<button id="hello">Hello</button>
<script>
hello.onclick = () => alert('Hello World!');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment