- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
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
- Get link
- X
- Other Apps
Comments
Post a Comment