Commit e5cf88ea authored by ABHIJEET SINGH YADAV's avatar ABHIJEET SINGH YADAV

add roll file

parents
<DOCTYPE! HTML>
<html>
<title>
javascript
</title>
<body>
<script>
var fxn = function() {
var count = new Date();
//count++;
document.getElementById('time').innerHTML = count;
}
setInterval(fxn, 1000);
</script>
<div id=time></div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment