HTML Introduction

These are main points for HTML language that guide you about structure of HTML coding. exmaple explain here:

  • The DOCTYPE declaration defines the document type to be HTML
  • <html> Text </html> describes an HTML document
  • <head> Text </head> provides information about the document
  • <title> Text </title> provides a title for the document
  • <body> Text </body> describes the visible page content
  • <h1> Text </h1> describes a heading
  • <p> Text </p> describes a paragraph