Alias of Tag for inserting Tag terms into the target WordPress context.
For example, writing:
<tag>Example</tag>
Is the same as writing:
<term taxonomy='post_tag' >Example</term>
taxonomy : 'post_tag'
<post>
<title>Hello, World</title>
<tag>Tag A</tag>
<tag>Tag B</tag>
</post>