Multiple choice technology programming languages

Which of these page extensions WILL NOT recognize and execute an include file?

  1. .shtml

  2. .shtm

  3. .stm

  4. .html

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Server-side includes work with .shtml, .shtm, and .stm extensions because the server is configured to process SSI directives in these files. Standard .html files are served as-is without SSI processing.