HTML (Hypertext Markup Language) has language element which permits certain…

2025

HTML (Hypertext Markup Language) has language element which permits 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?

  1. A.

    Embed web objects from different sites into the same page

  2. B.

    Refresh the page automatically after a specified interval

  3. C.

    Automatically redirect to another page upon download

  4. D.

    Display the client time as part of the page

Attempted by 84 students.

Show answer & explanation

Correct answer: D

Pure HTML pages cannot display dynamic client time without JavaScript or server-side scripting. Options A, B, and C are achievable via iframe, meta refresh, and HTTP redirects respectively.

Explore the full course: Tpsc Assistant Technical Officer