[exit example]
 
 \documentclass{article}
 
 \input TeX4ht.sty
 \Preamble{html}
 
 \newcounter{c}
 \NewSection\X
    {\addtocounter{c}{1}
       \HCode{<H2>}[\thec] }
    {\HCode{</H2>}}
    {\thec}
    {#1: #2\par}
 
 \begin{document}  \EndPreamble
 
 \tableofcontents[part,X]
 
 \part{Psalms (131:1)}
 
 \X{My heart} is not
 haughty,  nor mine eyes lofty:
 
 \X{neither do}  I exercise
 myself in great matters,
 or in  things too  high for me.
 
 \end{document}
[download source]
Non-simulated output:
mn-27.html


Psalms (131:1)
1: My heart
2: neither do

Part I Psalms (131:1) 

[1] My heart 

is not haughty, nor mine eyes lofty:

[2] neither do 

I exercise myself in great matters, or in things too high for me.