<?xml version="1.0" encoding="UTF-8" ?>
 <Module>
   <ModulePrefs title="Hello World!" height="800" width="700" scrolling="true">
	<Require feature="dynamic-height"/>
   </ModulePrefs>
   <Content type="html">
     <![CDATA[<!--HTML-->
    <!DOCTYPE html>

	<b> Hello World </b>

    ]]>
   </Content>
</Module>