This content originally appeared on DEV Community and was authored by Kuganesh S
1.HTML stands for Hyper Text Markup Language.
2.It used for creating webpages.
3.It defines the meaning and structure of the web content.
4.HTML consists of Head,Body&Footer.
5.In HTML there are many semantic tags,they are helpful to create and structure the web page.
6.The tag is the container for all other HTML elements.
`<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML</title>
</head>
<body>
</body>
</html>`
This content originally appeared on DEV Community and was authored by Kuganesh S
Kuganesh S | Sciencx (2025-10-23T06:33:16+00:00) What is HTML?. Retrieved from https://www.scien.cx/2025/10/23/what-is-html-6/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.