Computer Science, asked by nearvi1845, 11 months ago

What is the code snippet to update the content of the timestamp element when the user clicks on it?
A.timestamp.onLoad = function() { this.innerHTML = new Date().toString(); }
B.timestamp.onclick = function() { this.innerHTML = new Date().toString(); }
C.timestamp.onload = function() { this.innerHTML = new Date().toString(); }
D.timestamp.onclick = function() { innerHTML = new Date().toString(); }

Answers

Answered by cutieeee10101
1
hey mate........the answer is

A.timestamp.onLoad = function() { this.innerHTML = new Date().toString(); }
Answered by varshini1101
3
option A is the answer.


hope my answer helps you
Similar questions