<titel>

Variante: <titel> im Kontext von <u1> bis <u6>

<titel> wird abhängig von der Überschriftsebene als <h1> bis <h6> umgesetzt.

<h1 
	class="
		titel
		following_urheber / following_untertitel
		preceding_urheber / preceding_vortitel
		firstInContainer / lastInContainer
	 id="hid1-n"">
	<span class="zaehler" epub:type="ordinal">...</span>
	<span class="text" epub:type="title">...</span>
<div>

Variante: <titel> im Kontext von <u7>

Für die siebte Überschriftsebene gibt es keine Entsprechung in HTML. Die Umsetzung erfolgt deshalb als <p>-Element, s. auch <u7>. <titel> wird abhängig von der Überschriftsebene als <h1> bis <h6> umgesetzt.

<p 
	class="
		titel
		following_urheber / following_untertitel
		preceding_urheber / preceding_vortitel
		firstInContainer / lastInContainer
	 id="hid1-n"">
	<span class="zaehler" epub:type="ordinal">...</span>
	<span class="text" epub:type="title">...</span>
<p>

Variante: <titel> im Kontext von Container-Elementen wie <einschub> oder<gedicht>

In Container-Elementen sind <titel> nicht hierarchiebildend. Zur Unterscheidung von <titel> im Kontext von <u1> bis <u7> wird die zusätzliche Klasse block-titel vergeben. Ansonsten ist die Umsetzung analog zu <zwischentitel>.

<div
	class="
		titel
		block-titel
		firstInContainer / lastInContainer
		typ1-30 | typSEMANTISCH"
	epub:type="bridgehead">
	...
</div>