# What Does TEI Markup Look Like?

The following example is from [The Walt Whitman Archive](https://whitmanarchive.org/manuscripts/transcriptions/loc.00001.html).  It shows a portion of the markup written to create a facsimile of the original manuscript for Whitman's poem "The Argument."&#x20;

!["The Argument" original manuscript (1890 or 1891)](https://1449868658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRQTcbFY8LmyitpJ2uH%2F-MRW_on-3cV6WJJEsg3P%2F-MRX5jXNrz-tp1Fx38kd%2Floc.00001.001.jpg?alt=media\&token=dab0467e-5385-43f4-aed2-0d68c2dda69b)

As you can see in the TEI facsimile below, the Archive seeks to replicate the edits made in the manuscript as well as the layout of the text:

![](https://1449868658-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MRQTcbFY8LmyitpJ2uH%2F-MRXf9x6lhlrkXKgKEIe%2F-MRXft0BxYGiooCFEeKu%2Fwhitman_tei.png?alt=media\&token=1be1fd88-5117-47cf-ad67-f9314afd5ad3)

The TEI markup below looks very different from the facsimile but, if you look closely, you can probably understand some of what the markup is doing.

```
<text type="manuscript">
<body>
<pb facs="loc.00001.001.jpg" xml:id="leaf001r" type="recto"/>
<lg type="poem">
<head rend="underline" type="main-authorial">
After
<subst>
<del rend="overstrike" seq="1">an</del>
<add place="supralinear" rend="insertion" seq="2">
the
<del rend="overstrike">unsolv'd</del>
</add>
</subst>
argument
</head>
<l>
<del rend="overstrike">The</del>
<add place="supralinear" rend="insertion">
<del rend="overstrike">Coming in,</del>
<subst>
<del rend="overwrite" seq="1">a</del>
<add place="over" rend="overwrite" seq="2">A</add>
</subst>
group of
</add>
little children, and their
<lb/>
ways and chatter, flow
<add place="inline" rend="unmarked">in, </add>
<del rend="overstrike">
<add place="supralinear" rend="unmarked">upon me</add>
</del>
</l>
<l>
Like
<add place="supralinear" rend="insertion">welcome </add>
rippling water o'er my
<lb/>
heated
<add place="supralinear" rend="insertion">nerves and </add>
flesh.
</l>
<closer>
<signed>Walt Whitman</signed>
</closer>
</lg>
<pb facs="loc.00001.002.jpg" xml:id="leaf001v" type="verso"/>
</body>
</text>
```
