Understanding the HTML Element for Beginner

Understanding the HTML Element for Beginner

Evening there!!!!

I will like to discuss the Html Element, but before this, you come in as newbies to coding and programming.... most time we are always told to start programming with learning the basics which deal with Html, CSS, and JavaScript, but my focus will really be base for the Frontend dev guyz🤗...

But knowing the basics of Html which means (Hypertext Markup Language) I will describe this as the skeleton of a web page. this really helps with the content of the web page but there are the different elements that will need to be put into consideration. The HTML element is everything from the start tag to the end tag: it is not really difficult but you have to understand the need for each and every tag to complement your element for your content on the HTML

Examples of some HTML elements:

<h1>My First Heading</h1>
<p>My first paragraph.</p>

this <> they are always very important for your element, we have something called the Nested Html Element

let us get to work and discuss this

image.png

when we are talking about Nested Html Element, this means that it can contain other elements

All HTML documents consist of nested HTML elements.

The following example contains four HTML elements

<html>, <body>, <h1> and <p>

Stay Tunned.... as we talk more on the usefulness of this Html Element🤗

Did you find this article valuable?

Support Abidoye Oluwatobi's Blog by becoming a sponsor. Any amount is appreciated!