..
Write the same code in a note pad or other text editor and save it with html extention. Open the saved file on your google crome or Mozila browser to see the output.
- <html>
- <head>
- <title>Gyan Tutorial Example</title>
- </head>
- <body>
- <h1>We may use this as main heading</h1>
- </br>
<h2>We may also use this as main heading</h2>
- </br>
<h3>We may use this to priority with the main heading</h3>
- </br>
<h4>We may use this to highlight specific point</h4>
- </br>
<h5>We generally use this to compare less significant</h5>
- </br>
<h6>We may use it to undeclared point without clarity</h6>
- </body>
- </html>