Deprecated: Implicit conversion from float-string "1601484272.675" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1601484272.675" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1601484272.675" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1601484272.675" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1601484272.675" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
Web Technologies: GATE CSE 2011 | Question: 9
4,520 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

4.0k
views
2 answers
6 votes
go_editor asked Feb 14, 2015
4,040 views
In a web server, ten WebPages are stored with the URLs of the form http://www.yourname.com/var.html; where var is a different number from 1 to 10 for each Webpage. Suppos...
4.6k
views
2 answers
2 votes
Kathleen asked Sep 22, 2014
4,626 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.4k
views
3 answers
1 votes
Ishrat Jahan asked Nov 3, 2014
1,418 views
Given below is an excerpt of an xml specification. <!DOCTYPE library SYSTEM "library.dtd" <Book <title GATE 2005 </title <type value = "BROCHURE"/ <accno>10237623786</acc...
3.5k
views
2 answers
2 votes
Ishrat Jahan asked Nov 3, 2014
3,543 views
A HTML form is to be designed to enable purchase of office stationery. Required items are to be selected (checked). Credit card details are to be entered and then the sub...