HTML Elements: Defining Web Document Structure

HTML Elements : Defining Web Document

  1. In each and every website, all the controls visible to the visitors such as paragraph,buttons,links are all elements of the web page.
  2. HTML documents are defined by HTML elements.

Consider the following example -

<h2>This is H2 Type heading</h2>

HTML Tags are used to tell browser, how to show elements and how to represent the webpage.

Some Examples of HTML Tags :

Start tagElement contentEnd tag
h1This is a heading
This is a link