<TEI> - Root element for TEI document<teiHeader> - Container for metadata<fileDesc> - File description (bibliographic
information)<titleStmt> - Title statement<title> - Title of the work<publicationStmt> - Publication statement<sourceDesc> - Source description<text> - Container for the text itself<body> - Main body of text<p> - Paragraph<div> - Text division (chapters, sections, parts)
@type attribute: type="chapter",
type="section", etc.<head> - Heading for divisions<front> - Front matter (preface, introduction,
etc.)<back> - Back matter (appendices, notes,
etc.)<lg> - Line group (stanza, verse paragraph)<l> - Line of verse<list> - List container<item> - List item<label> - Label for list item<table> - Table container<row> - Table row<cell> - Table cell
@role="label" for header cells<hi> - Highlighted text (general purpose)
@rend attribute: rend="italic",
rend="bold", rend="underline", etc.<emph> - Semantic emphasis (optional alternative
to <hi>)<quote> - Quotation (inline or block)<ref> - Reference or link<note> - Note or annotation<foreign> - Foreign language text (optional)<title> - Title of a work mentioned in text<lb> - Line break<pb> - Page break
@n attribute for page numbers:
<pb n="42"/><milestone> - Section break or thought break
@rend="stars" for asterisk separator:
<milestone rend="stars"/><figure> - Container for illustrations
@rend attribute for CSS styling classes:
<figure rend="half-width"><graphic> - Image reference
@url attribute:
<graphic url="images/picture.jpg"/><figDesc> - Figure description (for alt
text/accessibility)<head> - Caption for the figure (when used within
<figure>)Approximately 33 elements - enough for most literary texts without overwhelming users.
@type - Specify types for various elements@rend - Rendering/display information@n - Numbering@role - Role specification (especially for table
cells)