JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

Hello | JustPaste.app
5 days ago4 views
💻Technology

Hello

<!DOCTYPE html>
<html>
<head>
    <title>Hello World</title>
</head>

<body>

    <h1>JavaScript Button</h1>

    <button id="btn">Click Me</button>

    <script>
        document.getElementById("btn").onclick = function() {
            alert("Hello World");
        };
    </script>

</body>
</html>

⚠️Content was pasted as plain text and auto-formatted as a code block. Use the Code Block button in the editor for proper formatting.

← Back to timeline