the problem is i want to output "<h1>heading</h1>"
without skipping the heading tags....
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>first page</title>
</head>
<body>
<h1>Heading</h1>
</body>
</html>