FAUSTINE MWOYA December 2, 2025 1 min read

HTML Elements: The Complete Beginner’s Guide

Learn what HTML elements are, their types, attributes, and how to structure content on a webpage. Step-by-step examples for beginners included.

πŸ“ What Are HTML Elements?

An HTML element is the building block of a webpage. It consists of:

Start Tag – tells the browser the element type.

Content – the information or text inside the element.

End Tag – closes the element.

Example:

<p>This is a paragraph.</p>

<p> β†’ start tag

This is a paragraph. β†’ content

</p> β†’ end tag

πŸ”Ή Empty Elements

Some elements do not have content and do not require an end tag. These are called empty elements.

Example:

<br>
<img src="image.jpg" alt="Example Image">

πŸ”Ή Common HTML Elements
Element Description
<h1> to <h6> Headings
<p> Paragraph
<a> Hyperlink
<img> Image
<ul>, <ol>, <li> Lists
<div> Block container
<span> Inline container
πŸ”Ή HTML Attributes

Elements can have attributes that provide extra information.

Example:

<a href="https://www.faulink.com/&quot; target="_blank">Visit Faulink</a>
<img src="faulink-logo.png" alt="Faulink Logo">

href β†’ URL for links

target="_blank" β†’ open in new tab

src β†’ image source

alt β†’ alternative text

πŸ”Ή Nesting HTML Elements

HTML elements can contain other elements. This is called nesting.

Example:

<div>
<h2>Welcome to Faulink IT</h2>
<p>Learn Web Development and Programming.</p>
<a href="https://www.faulink.com/&quot; target="_blank">Visit Website</a>
</div>

πŸ”— Links Za Kujifunza Zaidi

🌐 Faulink Official Website
https://www.faulink.com/

πŸ“˜ Jifunze Web Design & Programming
https://www.faulink.com/excel_mifumo.php

πŸ“² WhatsApp kwa Msaada wa Haraka
https://wa.me/255693118509

πŸš€ Unahitaji mfumo au website ya biashara?

Chagua huduma hapa chini kisha mteja bofya moja kwa moja kwenda kwenye ukurasa wa huduma au kuwasiliana nasi kwa WhatsApp.

Share this post

Comments

0
No comments yet. Be the first to comment.

Continue Reading

Subscribe

Get new updates

Jiunge upokee posts mpya, tutorials, na updates za mifumo moja kwa moja kwenye email yako.

Faulink Support