What Is HTML? full form of HTML

1 min read

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>
7
Subscribe to my newsletter
Read articles from Code Inception directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
