\documentclass{article}

\input TeX4ht.sty   \Preamble{html}
\begin{document}    \EndPreamble

\ConfigureEnv {tabular}
    {\HCode{<PRE>}} {\HCode{</PRE>}}
    {} {}

\begin{tabular}{|l|c|r|}
\multicolumn{3}{c}{Psalms (131:1)}\\
My heart & is not
   haughty, & nor mine eyes lofty: \\
neither do & I exercise &
   myself in great matters,\\
or in & things too & high for me.
\end{tabular}

\end{document}

