Open In App

GATE | GATE CS 2011 | Question 10

HTML(Hypertext 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?
(A) Embed web objects from different sites into the same page
(B) Refresh the page automatically after a specified interval
(C) Automatically redirect to another page upon download
(D) Display the client time as part of the page

Answer: (D)
Explanation: See http://stackoverflow.com/questions/4989477/about-html-capability
Quiz of this Question

Article Tags :