<html>
<body>
<script type="text/javascript">
// start heading h3
document.write("<h1>This is a heading h3</h1>");
/*
The fist code is use to h3 heading
or line break
*/
document.write("<h1>This is a heading</h1>"+"<br />");
</script>
</body>
</html>