In today's Blog we will learn about Html element, Please read this blog till end so you don't miss any important points.
Html element is define by starting tag and then content and end with closing tag. Html element is everything from start tag to end tag.
Syntax
Some Content
Here can be anything like
etc. and we define content inside this tag.
Some Examples are as below
CreatesWowtech
Learn it , Share it
Here
and
are starting tags ,
and are closing tags, and Crateswowtech and Learn it and Share it are content , so this complete example is elements.Nested Html Elements
Html elements can be defined as nested as well , even all html documents are nested
For detail please check below example
Hello World
Here you can see 3 html elements , and
Here is root element, It defines whole html documents
It start with tag and close with tag.
inside there is element.
body defines the body of document. it start with tag and end with tag
Inside element there is
tag which defines heading and it start with
tag and end with
tag.Same like
there are many html elements which are used to create complete html documents
We will learn all html elements and attributes in next topics so please stay connected with us.
[mc4wp_form id="194"]


