9.8 algorithmic

<..configure html4 algorithmic..>
 \ConfigureEnv{algorithmic}
    {\ifvmode\IgnorePar\fi \EndP
     \HCode{<div class="algorithmic">}%
     \bgroup
       \Configure{HtmlPar}{}{}{}{}}
    {\egroup \ifvmode \IgnorePar\fi \HCode{</div>}}
    {}{}
 \Configure{ALCitem}
    {\HCode{\ifnum \c@ALC@line>1 <br />\fi <span class="ALCitem">}}
    {\HCode{</span><span style="width:\the\ALC@tlm ;">&nbsp;</span>}}
 \Css{.ALCitem {width:2em; text-align:right;}}
-_-_-

<..configure html4 algorithmic..>+
 \ConfigureEnv{ALC@for}
    {\HCode{<span class="for-body">}}
    {\HCode{</span>}}
    {}{}
 \ConfigureEnv{ALC@whl}
    {\HCode{<span class="while-body">}}
    {\HCode{</span>}}
    {}{}
 \ConfigureEnv{ALC@loop}
    {\HCode{<span class="loop-body">}}
    {\HCode{</span>}}
    {}{}
 \ConfigureEnv{ALC@rpt}
    {\HCode{<span class="repeat-body">}}
    {\HCode{</span>}}
    {}{}
 \Configure{ALCif}
    {\HCode{<span class="if-body">}}
    {\HCode{</span>}}
    {\HCode{<span class="else-body">}}
    {\HCode{</span>}}
 \Configure{algorithmiccomment}
    {\HCode{<span class="ALC-comment">}}
    {\HCode{</span>}}
    {}{}
-_-_-