HTML (Hyper Text Markup Language) has language element which permits certain…
2024
HTML (Hyper Text 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 ?
Answer: D. Display the client time as part of the page — Pure HTML cannot access client time or execute scripts without JavaScript.
- 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
Attempted by 160 students.
Show answer & explanation
Correct answer: D
Pure HTML cannot access client time or execute scripts without JavaScript.
Loading lesson…