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/" 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/" 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.