Search

HTML Element

An HTML element usually consists of a start tag and an end tag, Content is placed between these start and end tags:

<Start tagname> Content  gose here …<End tagname>

Example :- <p> My First paragraph. HTML Element tag </p>

Example Explained :-

The <html> start element tag defines all html  documents.

This <html> a start tag and </html> this is a end tag:

Inside the <html> element is the <body> element.

— The output of the above example will look something like this:-

Stack Overlode is optimized Tutorials and examples for learning and training. Examples might be simplified to improve reading and learning and understand. Tutorials and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using Stack Overlode, you agree to have read and accepted our terms of use, cookie and privacy policy.