Example Explained
The element defines the whole document.
It has a start tag and an end tag .
The element content is another HTML element (the element).
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
The element defines the document body.
It has a start tag and an end tag .
The element content is two other HTML elements (and ).
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
The element defines a heading.
It has a start tag and an end tag.
The element content is: My First Heading.
<h1>My First Heading</h1>
The element defines a paragraph.
It has a start tag and an end tag.
The element content is: My first paragraph.
<p>My first paragraph.</p>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
To video html video..
Visit : https://www.youtube.com/watch?v=I38vQ3-3KDM
EmoticonEmoticon