Yes, you can - the DTD says:
<!ELEMENT h1 %Inline;>
<!ENTITY % Inline "(#PCDATA | %inline; | %misc.inline;)*">
<!ENTITY % inline "a | %special; | %fontstyle; | %phrase; | %inline.forms;">
<!ENTITY % special "%special.pre; | object | img ">
That basically means h1
can contain %Inline
, which is made of various things, including img
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…