Answer:
The full form of HTML is Hyper Text markup Language
Step-by-step explanation:
HTML stands for Hyper Text Markup Language. It is a programming language. It is a standard markup language that is designed for the documents to be displaced in the web browser. It is used to structure the content of a web page.
The HTML is
<html>
<body>
<p "color=white;">This is paragraph study</p>
</body>
</html>