Multiple choice technology programming languages

Templates are defined by using

  1. <template>

  2. <x:template>

  3. <xsl>

  4. <xsl:template>

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

In XSLT (Extensible Stylesheet Language Transformations), templates are defined using the standard `` element. The other options are incorrect because they use invalid tag names or incorrect XML namespaces that do not conform to XSLT specifications.