Set the path name to execute html.elc.
For example set envioranmental variable EMACSLOADPATH
in your .cshrc, or add the load-path
as (for example, set load-path to $HOME/el)
(setq load-path
(cons (concat (getenv "HOME") "/el")
load-path))
in your .emacs.