// JavaScript Document
<button type="button" name="time"
onclick="alert('Today is'+ Date())" style="font:1.5em Helvetica, Aria, sans-serif; background: yellow; color: red; padding: .3em">What time is it??</button>


