Include Tags

Include Tag

This content comes from an include tag. The include tag includes all content from the page, including region tags.

Item Lists

// [START fruits]

Fruit List

  • Apple
  • Pear
  • Mango
// [END fruits]
// [START states]

State List

  • CA
  • NY
  • WV
// [END states]
// [START animals]

Animal List

  • Dog
  • Cat
  • Rat
// [END animals]

Includecode Tag

This content comes from includecode tags which can include code snippets from region tags.

Animal List

  • Dog
  • Cat
  • Rat

State List

  • CA
  • NY
  • WV

Fruit List

  • Apple
  • Pear
  • Mango

Dynamic Include Tag

This content comes from a dynamic include tag. The dynamic include tag includes all content from the page, including region tags.

Item Lists

// [START fruits]

Fruit List

  • Apple
  • Pear
  • Mango
// [END fruits]
// [START states]

State List

  • CA
  • NY
  • WV
// [END states]
// [START animals]

Animal List

  • Dog
  • Cat
  • Rat
// [END animals]