What is the basic HTML document structure?
Answers
Answered by
0
hyper Text markup language
Answered by
2
<html>
<head>
</head>
<body>
</body>
</html>
<head>
</head>
<body>
</body>
</html>
Similar questions