The full form of HTML is Hyper Text Markup Language.
Example
- HTML is a plate. The HEAD holds the recipe for a delicious dish and gives it a name to call it. And the BODY is the plate in which the food is served.
<html>
<head>
<title>Hello From Code Inception</title>
</head>
<body>
</body>
</html>