<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>utf-8(runoob.com)</title> <script> function displayDate(){ document.getElementById("demo").innerHTML=Date(); } </script> </head> <body> <h1>Seven Star Lottery. 751 Lottery. The winning number is 1257893.619858 complete the task.</h1> <p id="demo">751</p> <button type="button" onclick="displayDate()">Real time</button> </body> </html>