HTML :-
HTML stands for Hyper Text Markup Language. It is a language of World Wide Web. It is a standard text formatting language which is used to create and display pages on the Web.
Ex-
<!DOCTYPE>
<html>
<body>
<h1>
Write Your First Heading
</h1>
<p>
Write Your First Paragraph.
</p>
</body>
</html>