4,464 views
3 votes
3 votes

HTML (HyperText Markup Language) has language element 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

1 Answer

Best answer
5 votes
5 votes
I think D is the correct answer, to display the system time help of any scripting language like Java Script, Jscript etc.. is required that can not be done using pure HTML.
selected by
Answer:

Related questions

2 votes
2 votes
2 answers
2
Kathleen asked Sep 22, 2014
4,619 views
Consider a HTML table definition given below:<table border =1 <tr <td rowspan=2 ab </td <td colspan=2 cd </td </tr <tr <td ef </td <td rowspan=2 gh </td </tr <tr <td cols...
1 votes
1 votes
3 answers
3