\newtheorem command. But you can define an
environment which does approximately the same:
%% LaTeX definition
\newtheorem{guess}{Conjecture}
%% HTML definition
\begin{ifhtml}
\newenvironment{guess}{\begin{quotation}\textbf{Conjecture.}
\begin{it}}{\end{it}\end{quotation}}
\end{ifhtml}