Multiple choice technology programming languages

The file attribute is used when we have to include the within same directory. When we have in different directory then we use attribute in server side include tag?

  1. True

  2. False

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

In Server Side Includes (SSI), the 'file' attribute is used for files in the same directory using relative paths. The 'virtual' attribute is used for files in different directories or when using absolute paths. This distinction allows flexible file inclusion based on location.