Sociology, asked by shivk27660, 7 months ago

who is the president of India?

Answers

Answered by depressedhaikuu
0
Ram nath kovind is the president of our country.
Answered by Anonymous
1

</p><p>&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;head&gt;</p><p>&lt;script&gt;</p><p>function startTime() {</p><p>  var today = new Date();</p><p>  var h = today.getHours();</p><p>  var m = today.getMinutes();</p><p>  var s = today.getSeconds();</p><p>  m = checkTime(m);</p><p>  s = checkTime(s);</p><p>  document.getElementById('txt').innerHTML =</p><p>  h + ":" + m + ":" + s;</p><p>  var t = setTimeout(startTime, 500);</p><p>}</p><p>function checkTime(i) {</p><p>  if (i &lt; 10) {i = "0" + i};  // add zero in front of numbers &lt; 10</p><p>  return i;</p><p>}</p><p>&lt;/script&gt;</p><p>&lt;/head&gt;</p><p></p><p>&lt;body onload="startTime()"&gt;</p><p></p><p>&lt;div id="txt"&gt;&lt;/div&gt;</p><p></p><p>&lt;/body&gt;</p><p>&lt;/html&gt;</p><p>

Similar questions