HTML Elements: Defining Web Document Structure
HTML Elements : Defining Web Document
- In each and every website, all the controls visible to the visitors such as paragraph,buttons,links are all elements of the web page.
- 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 tag | Element content | End tag |
---|---|---|
h1 | This is a heading | |
This is a link |