🎴 Flashcard Mode
ASP Server Side Include
Card1 / 11
Mastered0
Review0
QuestionClick to flip
Server-Side Includes (also known as SSI) allows you to do what?
AnswerClick to flip back
A
All of the above
💡 Explanation:
Server-Side Includes (SSI) enables all three capabilities: including server-executed code in ASP applications, reusing a single file across multiple web pages, and reusing code snippets multiple times. SSI promotes code modularity and maintainability by allowing developers to include common elements like headers, footers, or navigation bars across many pages from a single source file.