10.2 Centered

      \def\center{\trivlist \centering\item\relax} 
      \def\endcenter{\endtrivlist} 

The \par is for allowing also the last paragraph to be formatted in the

The table is uggly in the following. It is included for the surrounding space, and for grouping within other environments.

\documentstyle{article} 
 
 \input tex4ht.sty \Preamble{html,fonts} 
        \begin{document} 
     \EndPreamble 
 
 
\begin{center} 
.. ... .. .... ...... ......(BR)\\ 
... ... ........... ......(BR)\\ 
....... ...... 
 
 
(P)..... ......... 
\end{center} 
 
\end{document}