DISCRIPTION ABOUT USING OBJECT

1.The Console object provides access to the browser's debugging console, (e.g. the Web Console in Firefox).
2. The specifics of how it works varies from browser to browser, but there is a de-facto set of features that are typically provided.
3.This page contains the Methods available on the Console object.
4.After <H6> i.e.,<H7> and others are not included in heading tags.
FOR EXAMPLE:-

<html> 
  <head> 
	     <title>my java</title> 
	 </head> 
	 <body> 
	 <script> 
	 document.write("<h1>HELLO WORD IN DP/DP_images/javascript</H1>");
	 </script> 
	 <body> 
</html>