Categories
Html

Element Structure of HTML

HTML documents consists of multiple element structure which includes start tag, attribute, body element, end tag etc.

Element Structure:

The main tag of HTML is <html> and </html> which is start tag and end tag.
The content element is written between two tags i.e. body tag.
For example,

<p>Hello there!</p>

Few HTML elements have no body i.e. <br> tag which do not require to close tag.

You may like:  Why does HTML think "chucknorris" is a color?

Read Also: Meta Tags in HTML

An attribute can be added to HTML element.
For example,

<div id="one" style="background-color:#333333">...</div>

You can add tag inside another tag i.e. called nested element.
For example,

<div id="one" style="background-color:#333333">
<span>Hi there...</span>
</div>

These are the basic building blocks that you will find yourself using on any web page.

Avatar for Namaste UI (Author)

By Namaste UI (Author)

Namaste UI collaborates closely with clients to develop tailored guest posting strategies that align with their unique goals and target audiences. Their commitment to delivering high-quality, niche-specific content ensures that each guest post not only meets but exceeds the expectations of both clients and the hosting platforms. Connect with us on social media for the latest updates on guest posting trends, outreach strategies, and digital marketing tips. For any types of guest posting services, contact us on info[at]namasteui.com.

Leave a Reply

Your email address will not be published. Required fields are marked *