I suppose that you would like to change the content of a certain HTML element which does have “dzis” as ID, isn’t it? If so, please use a Standard Script which does have the following settings for example instead:
<!-- result of 'results.text("example");' -->
<!-- <p id="example">
Example
</p> -->
<!-- result of 'results.html("<span>Example</span>");' -->
<p id="example">
<span>Example</span>
</p>