Computer Science Ques 673
Question: Which of the following is not a type of HTML pages?
Options:
A) Static
B) Dynamic
C) Directory listing
D) Normal
E) None of these
Show Answer
Answer:
Correct Answer: D
Solution:
- Web pages can be either stat-ic or dynamic. “Static” means un-changed or constant. Standard HTML pages are static Web pages. Each time a HTML page is loaded, it looks the same. “Dynamic” means changing or lively, eg. PHP, ASP and JSP pages are dynamic Web pages. Their content can generated on the fly Directory listing is a type of Web index page of a Web site is requested by the browser and it doesn?t exist on server so. either an error or directory listing is served to the browser