<head> (標題) 包含任何種類的標題,如章節、列表、詞彙表、寫本描述等的標題。 [4.2.1 Headings and Trailers]
組件core — 3 Elements Available in All TEI Documents
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype)
屬於
可包含在於
可包含
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
宣告

<rng:element name="head">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="lg"/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="model.lLike"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element head
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   (
      text
    | lgmodel.gLikemodel.phrasemodel.intermodel.lLikemodel.global
   )*
}
例子
<div1 n="I" type="book">
 <head>三國演義</head>
 <div2 type="section">
  <head>第一回 宴桃園豪杰三結義 斬黃巾英雄首立功</head>
  <p>滾滾長江東逝水,浪花淘盡英雄。是非成敗轉頭空。 青山依舊在,几度夕陽紅。 白發漁樵江渚上,慣看秋月春風。一壺濁酒喜相逢。古今多少事,都付笑談中。</p>
  <p>話說天下大勢,分久必合,合久必分。周末七國分爭,并入于秦。...</p>
  <trailer>三人救了董卓回寨。卓問三人現居何職。玄德曰:白身。...畢竟董卓性命如何,且听下文分解。</trailer>
 </div2>
</div1>
例子
除了少數特例,連接詞均用於所有論述,例如描述、記敘、闡述、論說。<list type="simple">
 <head>連接詞</head>
 <item>上述的</item>
 <item>因此</item>
 <item>在…的對面</item>
 <item>比鄰於</item>
 <item>再次</item>
 <item>
<!-- ... -->
 </item>
</list>