Hyper Text Markup Language ( HTML ), This is mainly used to develop web pages which are visible in web browser. This HTML contains various elements and encloses in angle brackets which looks like <html>
Sample html code
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
One can learn html tutorials online @
www.w3schools.com/html/