Easy HTML Tutorial (Must Read)

Must Read. Easy HTML Tutorial : HTML means  Text Markup Language. HTML is the most important and common language in the world. Using HTML anyone can easily create a site and design as self choice. HTML always easy to learn, perfect to implement and suitable to earn money by working with HTML. 

Welcome To Tutorial of HTML :

Lesson 1 :

What is HTML

HTML means  Text Markup Language. HTML is the most important and common language in the world. Using HTML anyone can easily create a site and design as self choice.

How it works 

HTML works in some different elements. All HTML tag and title are blocked with tag. This symbol is < > If start a segment then it must close by another tag <> segment.

As Example 
<html>
</html>

The second segment must be close with / with tag <>

We will come on next for Lesson 2