SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<!-- Javascript001.html -->
<html>
  <head>
  </head>
  <body>

    <button onclick="alert('You clicked on the button')">
        Click here
    </button>
  
  </body>
</html>