\documentstyle{report} 
 
\input tex4ht.sty \Preamble{html} 
     \begin{document} 
  \EndPreamble 
 
 
 
 
 
 
a pair of these characters as ‘‘argument delimiters’’.  I usually use the 
\verb"@" or \verb@"@ charachters, as I rarely have any other uses for them. 
Thus 
 
\result{% 
\noindent use \verb"\%" to obtain a \% sign 
} 
\noindent 
 is typed as 
 
\moveright0.1\textwidth\vbox{ 
\footnotesize\begin{verbatim} 
use \verb"\%" to obtain a \% sign 
\end{verbatim} 
} 
 
 
YES-NO for ‘{\tt <P>}’ 
 
The section of program in NO 
\begin{verbatim} 
{ this finds %a & %b } 
 
for i := 1 to 27 do 
\end{verbatim} 
NO xxxxxxxxxxxxxxxxxxxxxxxxxxxxx{x1} 
 
The section of program in YES 
 
\begin{verbatim} 
{ this finds %a & %b } 
 
for i := 1 to 27 do 
\end{verbatim} 
YES xxxxxxxxxxxxxxxxxxxxxxxxxxxxx{x2} 
 
The section of program inNO 
\begin{quote}\begin{verbatim} 
{ this finds %a & %b } 
 
for i := 1 to 27 do 
\end{verbatim}\end{quote} 
NOxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{x3} 
 
The section of program inNO 
 
\begin{quote}\begin{verbatim} 
{ this finds %a & %b } 
 
for i := 1 to 27 do 
\end{verbatim}\end{quote} 
 
NOxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{x4} 
 
aaaaaaaaaaaaaaaaaaaaaaaa 
 
\end{document}