<?xml version="1.0"?>
<htmlexample>
	<text>Let us put some &quot; HTML Markup &quot; in the document</text>
	<![CDATA[
	<html>
	is our open tag, followed by 
	<head></head>,
	<body> and close body </body>
	After which we close the document
	/>&HTML>
]]>
</htmlexample>