HTML 5 Example

Let’s see a simple example of HTML5.

  1. <!DOCTYPE>  
  2. <html>  
  3. <body>  
  4. <h1>Write Your First Heading</h1>  
  5. <p>Write Your First Paragraph.</p>  
  6. </body>  
  7. </html>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *