HTML basic structure | HTML basic code

 HTML basic structure  :-

<DOCTYPE html>

<html>

<head> </head>

<body>

YOUR CODE GOES HERE

</body>

</html>


here, DOCTYPE refers document type declaration.

in this structure we write code in body tag. where your code goes here.


you can also find about

HTML full form| HTML stands for




Comments