HTML (Hyper Text Markup Language) has language elements which permit certain actions other than describing the structure of the web document. Which one of the following actions is NOT supported by pure HTML (without any server or client side scripting) pages?

HTML (Hyper Text Markup Language) has language elements which permit certain actions other than describing the structure of the web document. Which one of the following actions is NOT supported by pure HTML (without any server or client side scripting) pages? Correct Answer Display the client time as part of the page

option 2: supported by pure HTML

Refresh the document every 30 seconds

<head>
  <meta http-equiv="refresh" content="30">
</head>

option 3:  NOT supported by pure HTML

Display the client time as part of the page → without Java script it is impossible

Related Questions

The general solution of the differential equation, $$\frac{{{{\text{d}}^4}{\text{y}}}}{{{\text{d}}{{\text{x}}^4}}} - 2\frac{{{{\text{d}}^3}{\text{y}}}}{{{\text{d}}{{\text{x}}^3}}} + 2\frac{{{{\text{d}}^2}{\text{y}}}}{{{\text{d}}{{\text{x}}^2}}} - 2\frac{{{\text{dy}}}}{{{\text{dx}}}} + {\text{y}} = 0$$       is