SAI YEWALE

Generation

typingsSat, 12 Nov 2022

write a code for aurthonage in html and javascript with database connectivity

<html> <body> <script> function myfunction() { document.getElementById("demo").innerHTML = Date(); } </script> <p id="demo">Click the button to display Date and Time.</p> <button type="button" onclick="myfunction()">Date and Time</button> </body> </html>

Questions about programming?Chat with your personal AI assistant